aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-08-25 01:32:22 +0000
committerBruce Evans <bde@FreeBSD.org>2002-08-25 01:32:22 +0000
commit760e2cb04a994165551e900893884f2086dcc118 (patch)
treee51d56f5554c80e12d8ea1e4ace7ea1ec56c5c9b /sys/dev
parent109a8e7c0c07b002d7a2411c8f3027a52bde2771 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/usb/uaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/usb/uaudio.c b/sys/dev/sound/usb/uaudio.c
index e79a70cba66e..28f4ac54e01c 100644
--- a/sys/dev/sound/usb/uaudio.c
+++ b/sys/dev/sound/usb/uaudio.c
@@ -699,12 +699,12 @@ uaudio_mixer_add_ctl(struct uaudio_softc *sc, struct mixerctl *mc)
for (i = 1; i < mc->nchan; i++)
DPRINTF((",%04x", mc->wValue[i]));
#if defined(__FreeBSD__)
- DPRINTF((" wIndex=%04x type=%d name='%s' unit='%s' "
+ DPRINTF((" wIndex=%04x type=%d ctl='%d' "
"min=%d max=%d\n",
mc->wIndex, mc->type, mc->ctl,
mc->minval, mc->maxval));
#else
- DPRINTF((" wIndex=%04x type=%d ctl='%d' "
+ DPRINTF((" wIndex=%04x type=%d name='%s' unit='%s' "
"min=%d max=%d\n",
mc->wIndex, mc->type, mc->ctlname, mc->ctlunit,
mc->minval, mc->maxval));