aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/at32
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-09-02 17:07:30 +0200
committerJaroslav Kysela <perex@perex.cz>2008-09-09 09:11:13 +0200
commit41759c2eab96ad67245acfbd24f93d126b0523a7 (patch)
tree65a050a3052c1375f73196a9f4f5d02947422dd9 /sound/soc/at32
parentb6471305bbda16fd0d8d96a5cfb01fa6aec87eb5 (diff)
sound: ASoC: Convert wm8510 to a new-style i2c driver
Convert the wm8510 codec driver to the new (standard) device driver binding model. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Geoffrey Wossum <gwossum@acm.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/at32')
-rw-r--r--sound/soc/at32/playpaq_wm8510.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/at32/playpaq_wm8510.c b/sound/soc/at32/playpaq_wm8510.c
index 3f326219f1e..7e6560ba751 100644
--- a/sound/soc/at32/playpaq_wm8510.c
+++ b/sound/soc/at32/playpaq_wm8510.c
@@ -377,6 +377,7 @@ static struct snd_soc_machine snd_soc_machine_playpaq = {
static struct wm8510_setup_data playpaq_wm8510_setup = {
+ .i2c_bus = 0,
.i2c_address = 0x1a,
};