aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/usbaudio.c')
-rw-r--r--sound/usb/usbaudio.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c
index 4636926d12d7..c69cc6e4f549 100644
--- a/sound/usb/usbaudio.c
+++ b/sound/usb/usbaudio.c
@@ -1419,9 +1419,11 @@ static int set_format(struct snd_usb_substream *subs, struct audioformat *fmt)
1419 subs->cur_audiofmt = fmt; 1419 subs->cur_audiofmt = fmt;
1420 1420
1421#if 0 1421#if 0
1422 printk("setting done: format = %d, rate = %d..%d, channels = %d\n", 1422 printk(KERN_DEBUG
1423 "setting done: format = %d, rate = %d..%d, channels = %d\n",
1423 fmt->format, fmt->rate_min, fmt->rate_max, fmt->channels); 1424 fmt->format, fmt->rate_min, fmt->rate_max, fmt->channels);
1424 printk(" datapipe = 0x%0x, syncpipe = 0x%0x\n", 1425 printk(KERN_DEBUG
1426 " datapipe = 0x%0x, syncpipe = 0x%0x\n",
1425 subs->datapipe, subs->syncpipe); 1427 subs->datapipe, subs->syncpipe);
1426#endif 1428#endif
1427 1429