diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-09-01 13:47:01 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-04 04:34:25 -0400 |
commit | 81297c8a4b3a8d6ba000a3bfff0fd7ce650e72aa (patch) | |
tree | 3a32c1871a4c5100b7716a28e2b096b8a85d217b /sound/soc/pxa | |
parent | ee1d0099c1850a61790c9bde8b0d171852c45d24 (diff) |
ALSA: ASoC: Convert wm8731 to a new-style i2c driver
Convert the wm8731 codec driver to the new (standard) device driver
binding model.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Tested-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/pxa')
-rw-r--r-- | sound/soc/pxa/corgi.c | 1 | ||||
-rw-r--r-- | sound/soc/pxa/poodle.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/pxa/corgi.c b/sound/soc/pxa/corgi.c index 0a53f72077fd..72b7a5140bf8 100644 --- a/sound/soc/pxa/corgi.c +++ b/sound/soc/pxa/corgi.c | |||
@@ -330,6 +330,7 @@ static struct snd_soc_machine snd_soc_machine_corgi = { | |||
330 | 330 | ||
331 | /* corgi audio private data */ | 331 | /* corgi audio private data */ |
332 | static struct wm8731_setup_data corgi_wm8731_setup = { | 332 | static struct wm8731_setup_data corgi_wm8731_setup = { |
333 | .i2c_bus = 0, | ||
333 | .i2c_address = 0x1b, | 334 | .i2c_address = 0x1b, |
334 | }; | 335 | }; |
335 | 336 | ||
diff --git a/sound/soc/pxa/poodle.c b/sound/soc/pxa/poodle.c index a4697f7e2921..f84f7d8db09a 100644 --- a/sound/soc/pxa/poodle.c +++ b/sound/soc/pxa/poodle.c | |||
@@ -284,6 +284,7 @@ static struct snd_soc_machine snd_soc_machine_poodle = { | |||
284 | 284 | ||
285 | /* poodle audio private data */ | 285 | /* poodle audio private data */ |
286 | static struct wm8731_setup_data poodle_wm8731_setup = { | 286 | static struct wm8731_setup_data poodle_wm8731_setup = { |
287 | .i2c_bus = 0, | ||
287 | .i2c_address = 0x1b, | 288 | .i2c_address = 0x1b, |
288 | }; | 289 | }; |
289 | 290 | ||