aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-09-23 15:28:14 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-09-24 10:40:08 +0100
commit97daff36f207c62df250092863f2af7e62b0e389 (patch)
tree6e74de96007efbcc67cf75eada8d09771187dab5 /sound/soc/s3c24xx
parentASoC: Clarify naming for SMDK WM9713 driver (diff)
downloadlinux-dev-97daff36f207c62df250092863f2af7e62b0e389.tar.xz
linux-dev-97daff36f207c62df250092863f2af7e62b0e389.zip
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: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Jassi Brar <jassi.brar@samsung.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r--sound/soc/s3c24xx/smdk_wm9713.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/smdk_wm9713.c b/sound/soc/s3c24xx/smdk_wm9713.c
index 78a4a30bad9e..33ba8fdbcf07 100644
--- a/sound/soc/s3c24xx/smdk_wm9713.c
+++ b/sound/soc/s3c24xx/smdk_wm9713.c
@@ -95,6 +95,7 @@ err:
static void __exit smdk_exit(void)
{
platform_device_unregister(smdk_snd_ac97_device);
+ platform_device_unregister(smdk_snd_wm9713_device);
}
module_init(smdk_init);