aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJonas Bonn <jonas.bonn@gmail.com>2008-11-19 17:10:57 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:10:57 +0000
commitfc2fd83d9108daa257a7fb4a149fafac53622a6b (patch)
treea49985ade251f587e8de53b7792e7cfe47f29053 /sound
parentae133611810121ee572e8adb61fbe665ff2d5e4f (diff)
GTA02: Fix WM8753 device registration
This makes the GTA02 work with the new-style WM8753 ALSA I2C driver. Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/s3c24xx/neo1973_gta02_wm8753.c5
1 files changed, 0 insertions, 5 deletions
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;