Commit 97daff36 authored by Mark Brown's avatar Mark Brown

ASoC: Clean up the CODEC device as well as the board for SMDK WM9713

Otherwise we try to re-register the CODEC device if the module is reloaded
and sysfs becomes miserable.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarJassi Brar <jassi.brar@samsung.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 9fab9635
...@@ -95,6 +95,7 @@ static int __init smdk_init(void) ...@@ -95,6 +95,7 @@ static int __init smdk_init(void)
static void __exit smdk_exit(void) static void __exit smdk_exit(void)
{ {
platform_device_unregister(smdk_snd_ac97_device); platform_device_unregister(smdk_snd_ac97_device);
platform_device_unregister(smdk_snd_wm9713_device);
} }
module_init(smdk_init); module_init(smdk_init);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment