Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Unswap functiona arguments that got swapped duri...



details:   https://anonhg.NetBSD.org/src/rev/63f8adfe377b
branches:  trunk
changeset: 488137:63f8adfe377b
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Jun 19 11:43:48 2000 +0000

description:
Unswap functiona arguments that got swapped during ANSIfication.  Now
mixer controls work again.

diffstat:

 sys/dev/usb/uaudio.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 562c772e8f78 -r 63f8adfe377b sys/dev/usb/uaudio.c
--- a/sys/dev/usb/uaudio.c      Mon Jun 19 11:27:52 2000 +0000
+++ b/sys/dev/usb/uaudio.c      Mon Jun 19 11:43:48 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uaudio.c,v 1.26 2000/06/01 14:28:58 augustss Exp $     */
+/*     $NetBSD: uaudio.c,v 1.27 2000/06/19 11:43:48 augustss Exp $     */
 
 /*
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -1463,7 +1463,7 @@
 }
 
 int
-uaudio_get(struct uaudio_softc *sc, int type, int which, int wValue,
+uaudio_get(struct uaudio_softc *sc, int which, int type, int wValue,
           int wIndex, int len)
 {
        usb_device_request_t req;
@@ -1503,7 +1503,7 @@
 }
 
 void
-uaudio_set(struct uaudio_softc *sc, int type, int which, int wValue,
+uaudio_set(struct uaudio_softc *sc, int which, int type, int wValue,
           int wIndex, int len, int val)
 {
        usb_device_request_t req;



Home | Main Index | Thread Index | Old Index