From 398ae1abfc741eca50454895ef649dea452f942d Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 2 Mar 2009 11:22:00 +0000 Subject: ASoC: Convert WM8753 to register via normal device probe The base support for the only in-tree user, the GTA01, is out of tree and will be updated separately. Signed-off-by: Mark Brown --- sound/soc/s3c24xx/neo1973_wm8753.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sound/soc/s3c24xx') diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index 21249967450..a15b970d17c 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c @@ -585,15 +585,9 @@ static struct snd_soc_card neo1973 = { .num_links = ARRAY_SIZE(neo1973_dai), }; -static struct wm8753_setup_data soc_codec_data_wm8753_gta01 = { - .i2c_bus = 0, - .i2c_address = 0x1a, -}; - static struct snd_soc_device neo1973_snd_devdata = { .card = &neo1973, .codec_dev = &soc_codec_dev_wm8753, - .codec_data = &soc_codec_data_wm8753_gta01 }; static int lm4857_i2c_probe(struct i2c_client *client, -- cgit v1.2.3