Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d833cdb1 authored by Eldad Zack's avatar Eldad Zack Committed by Takashi Iwai
Browse files

ALSA: usb-audio: remove disabled debug code in set_format



Code block does not compile when enabled.

Signed-off-by: default avatarEldad Zack <eldad@fogrefinery.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent bde7bc60
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -486,15 +486,6 @@ static int set_format(struct snd_usb_substream *subs, struct audioformat *fmt)

	snd_usb_set_format_quirk(subs, fmt);

#if 0
	printk(KERN_DEBUG
	       "setting done: format = %d, rate = %d..%d, channels = %d\n",
	       fmt->format, fmt->rate_min, fmt->rate_max, fmt->channels);
	printk(KERN_DEBUG
	       "  datapipe = 0x%0x, syncpipe = 0x%0x\n",
	       subs->datapipe, subs->syncpipe);
#endif

	return 0;
}