aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEldad Zack <eldad@fogrefinery.com>2013-08-03 04:50:15 -0400
committerTakashi Iwai <tiwai@suse.de>2013-08-06 04:48:12 -0400
commitd833cdb10cb689ffcbebbf4bae5227072c53f88a (patch)
tree6a32271bde7c2a050280e0722b3b367a1577ba41
parentbde7bc6014a0a6f63cff42211ccd9b7129ce2df9 (diff)
ALSA: usb-audio: remove disabled debug code in set_format
Code block does not compile when enabled. Signed-off-by: Eldad Zack <eldad@fogrefinery.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/usb/pcm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c
index 15b151ed4899..3d3e8d108d55 100644
--- a/sound/usb/pcm.c
+++ b/sound/usb/pcm.c
@@ -486,15 +486,6 @@ add_sync_ep:
486 486
487 snd_usb_set_format_quirk(subs, fmt); 487 snd_usb_set_format_quirk(subs, fmt);
488 488
489#if 0
490 printk(KERN_DEBUG
491 "setting done: format = %d, rate = %d..%d, channels = %d\n",
492 fmt->format, fmt->rate_min, fmt->rate_max, fmt->channels);
493 printk(KERN_DEBUG
494 " datapipe = 0x%0x, syncpipe = 0x%0x\n",
495 subs->datapipe, subs->syncpipe);
496#endif
497
498 return 0; 489 return 0;
499} 490}
500 491