summaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2010-04-08 20:48:51 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-04-09 12:17:42 +0100
commit6ca0c22ef8a4e988e2487d25964d55e6c37c5785 (patch)
tree81d76373c822209b0e69559a472cf5ca9f2c239d /sound/soc/s3c24xx
parent53a61d967a480307db4c8f7950ddb8bb1a0fda9b (diff)
downloadop-kernel-dev-6ca0c22ef8a4e988e2487d25964d55e6c37c5785.zip
op-kernel-dev-6ca0c22ef8a4e988e2487d25964d55e6c37c5785.tar.gz
ASoC: WM8750: Convert to new API
Register the WM8750 as a SPI or I2C device. This patch mostly shuffles code around. Hugely inspired by WM8753 which was already converted. Also, this patch fixes the Jive and Spitz machine. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r--sound/soc/s3c24xx/jive_wm8750.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/s3c24xx/jive_wm8750.c b/sound/soc/s3c24xx/jive_wm8750.c
index 59dc2c6..97d8ff3 100644
--- a/sound/soc/s3c24xx/jive_wm8750.c
+++ b/sound/soc/s3c24xx/jive_wm8750.c
@@ -152,15 +152,10 @@ static struct snd_soc_card snd_soc_machine_jive = {
.num_links = 1,
};
-/* jive audio private data */
-static struct wm8750_setup_data jive_wm8750_setup = {
-};
-
/* jive audio subsystem */
static struct snd_soc_device jive_snd_devdata = {
.card = &snd_soc_machine_jive,
.codec_dev = &soc_codec_dev_wm8750,
- .codec_data = &jive_wm8750_setup,
};
static struct platform_device *jive_snd_device;
OpenPOWER on IntegriCloud