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

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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);