aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/s3c24xx
diff options
context:
space:
mode:
authormerge <null@invalid>2009-02-17 01:10:32 +0000
committerAndy Green <agreen@octopus.localdomain>2009-02-17 01:10:32 +0000
commit53967cb8ccaa5c0230f62f4fcf96f950c921992a (patch)
tree954eaf98b06d106666d929f60ac43bd43af5de8d /sound/soc/s3c24xx
parent0d8d2fe29182f0eaed6abbd7533d6667a5d0f42d (diff)
MERGE-via-pending-tracking-hist-wm8753-unregister-i2c-device-b
pending-tracking-hist top was wm8753-unregister-i2c-device-b / 31c3d7550beb6e4b6bcc8da63b81211e00e9f676 ... parent commitmessage: From: Paul Fertser <fercerpav@gmail.com> wm8753: unregister I2C device (backport from upstream) This is the last change necessary to be able to load/unload all sound modules on Neo FreeRunner. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r--sound/soc/s3c24xx/neo1973_gta02_wm8753.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c
index 24b1a8180ee..4aa4e858ca0 100644
--- a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c
+++ b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c
@@ -673,6 +673,7 @@ static int __init neo1973_gta02_init(void)
static void __exit neo1973_gta02_exit(void)
{
+ snd_soc_unregister_dai(&bt_dai);
platform_device_unregister(neo1973_gta02_snd_device);
}