diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-19 17:10:55 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:10:55 +0000 |
commit | 38c685e9a1e389ba43582b41799f46686cd9032b (patch) | |
tree | b1aae699f4fdb282f566e9bbcc1a0ad945515455 /sound | |
parent | 6fab8077091c1caaac32fda150fd6ef26918569e (diff) |
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>
Diffstat (limited to 'sound')
-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 3c3429d2a1c..1ff846cd0a2 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) } static const struct i2c_device_id lm4857_i2c_id[] = { - { "neo1973_lm4857", 0 } + { "neo1973_lm4857", 0 }, { } }; @@ -736,7 +736,7 @@ static int __init neo1973_init(void) } ret = neo1973_add_lm4857_device(neo1973_snd_device, - neo1973_wm8753_setup, 0x7C); + 0, 0x7C); if (ret != 0) platform_device_unregister(neo1973_snd_device); |