Skip to content

Commit

Permalink
ALSA: ASoC: Fix build of GTA01 audio driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Takashi Iwai committed Oct 13, 2008
1 parent e808994 commit df20cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/s3c24xx/neo1973_wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
{ }
};

Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit df20cf9

Please sign in to comment.