Skip to content

Commit d833cdb

Browse files
eldadtiwai
authored andcommitted
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>
1 parent bde7bc6 commit d833cdb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

sound/usb/pcm.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -486,15 +486,6 @@ static int set_format(struct snd_usb_substream *subs, struct audioformat *fmt)
486486

487487
snd_usb_set_format_quirk(subs, fmt);
488488

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-
498489
return 0;
499490
}
500491

0 commit comments

Comments
 (0)