From: smj Date: Tue, 28 Oct 2014 08:47:54 +0000 (+0800) Subject: audio : fix the problem of usb-audio code X-Git-Tag: firefly_0821_release~4521 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=14bed994d7b005494890335c0e88d67a9cea6d99;p=firefly-linux-kernel-4.4.55.git audio : fix the problem of usb-audio code --- diff --git a/sound/usb/card.c b/sound/usb/card.c index bfac3568ae2c..21a4e03e80dd 100644 --- a/sound/usb/card.c +++ b/sound/usb/card.c @@ -923,7 +923,7 @@ static void __exit snd_usb_audio_cleanup(void) switch_dev_unregister(&sUsbaudio_Switch.sUsbaudio_Playback); } -module_init(snd_usb_audio_init); +/*module_init(snd_usb_audio_init);*/ /* use late initcall_sync instead of module_init, * make sure that usbaudio probe after board codec. * added by zxg@rock-chips.com