diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-09-24 06:57:27 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-12 20:18:15 -0400 |
commit | df20cf92cae5640568ee3d48bf7a32987c057413 (patch) | |
tree | 231cf9dff01a2c39003fed72c8a060da3c0ec16b /sound/soc/s3c24xx/neo1973_wm8753.c | |
parent | e8089948d65911c78bcd72960dd419ec636d6f0b (diff) |
ALSA: ASoC: Fix build of GTA01 audio driver
Fix a couple of thinkos introduced during the I2C API update.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/s3c24xx/neo1973_wm8753.c')
-rw-r--r-- | sound/soc/s3c24xx/neo1973_wm8753.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index 9eda86259e69..f7fc231e238e 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c | |||
@@ -649,7 +649,7 @@ static void lm4857_shutdown(struct i2c_client *dev) | |||
649 | } | 649 | } |
650 | 650 | ||
651 | static const struct i2c_device_id lm4857_i2c_id[] = { | 651 | static const struct i2c_device_id lm4857_i2c_id[] = { |
652 | { "neo1973_lm4857", 0 } | 652 | { "neo1973_lm4857", 0 }, |
653 | { } | 653 | { } |
654 | }; | 654 | }; |
655 | 655 | ||
@@ -736,7 +736,7 @@ static int __init neo1973_init(void) | |||
736 | } | 736 | } |
737 | 737 | ||
738 | ret = neo1973_add_lm4857_device(neo1973_snd_device, | 738 | ret = neo1973_add_lm4857_device(neo1973_snd_device, |
739 | neo1973_wm8753_setup, 0x7C); | 739 | 0, 0x7C); |
740 | if (ret != 0) | 740 | if (ret != 0) |
741 | platform_device_unregister(neo1973_snd_device); | 741 | platform_device_unregister(neo1973_snd_device); |
742 | 742 | ||