aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/samsung/smdk_wm8580.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/samsung/smdk_wm8580.c b/sound/soc/samsung/smdk_wm8580.c
index 0ae3d57d79e6..e2d56b9bac5a 100644
--- a/sound/soc/samsung/smdk_wm8580.c
+++ b/sound/soc/samsung/smdk_wm8580.c
@@ -280,6 +280,12 @@ static int __init smdk_audio_init(void)
280} 280}
281module_init(smdk_audio_init); 281module_init(smdk_audio_init);
282 282
283static void __exit smdk_audio_exit(void)
284{
285 platform_device_unregister(smdk_snd_device);
286}
287module_exit(smdk_audio_exit);
288
283MODULE_AUTHOR("Jaswinder Singh, jassi.brar@samsung.com"); 289MODULE_AUTHOR("Jaswinder Singh, jassi.brar@samsung.com");
284MODULE_DESCRIPTION("ALSA SoC SMDK WM8580"); 290MODULE_DESCRIPTION("ALSA SoC SMDK WM8580");
285MODULE_LICENSE("GPL"); 291MODULE_LICENSE("GPL");