Skip to content

Commit

Permalink
ASoC: Clean up the CODEC device as well as the board for SMDK WM9713
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Sep 24, 2010
1 parent 9fab963 commit 97daff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/s3c24xx/smdk_wm9713.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ static int __init smdk_init(void)
static void __exit smdk_exit(void)
{
platform_device_unregister(smdk_snd_ac97_device);
platform_device_unregister(smdk_snd_wm9713_device);
}

module_init(smdk_init);
Expand Down

0 comments on commit 97daff3

Please sign in to comment.