From fc2fd83d9108daa257a7fb4a149fafac53622a6b Mon Sep 17 00:00:00 2001 From: Jonas Bonn Date: Wed, 19 Nov 2008 17:10:57 +0000 Subject: GTA02: Fix WM8753 device registration This makes the GTA02 work with the new-style WM8753 ALSA I2C driver. Signed-off-by: Jonas Bonn --- sound/soc/s3c24xx/neo1973_gta02_wm8753.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sound') diff --git a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c index 13c48ba0580..e847acc225a 100644 --- a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c @@ -604,15 +604,10 @@ static struct snd_soc_machine neo1973_gta02 = { .num_links = ARRAY_SIZE(neo1973_gta02_dai), }; -static struct wm8753_setup_data neo1973_gta02_wm8753_setup = { - .i2c_address = 0x1a, -}; - static struct snd_soc_device neo1973_gta02_snd_devdata = { .machine = &neo1973_gta02, .platform = &s3c24xx_soc_platform, .codec_dev = &soc_codec_dev_wm8753, - .codec_data = &neo1973_gta02_wm8753_setup, }; static struct platform_device *neo1973_gta02_snd_device; -- cgit v1.2.3