diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-09-01 18:47:00 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-04 10:34:23 +0200 |
commit | ee1d0099c1850a61790c9bde8b0d171852c45d24 (patch) | |
tree | 2093ebdcf609a43383b91e8ab7a89dd12e215cb7 /sound/soc/pxa | |
parent | d28d271328a4bf391c8d5251e54618b794ee2b3a (diff) |
ALSA: ASoC: Convert wm8750 to a new-style i2c driver
Convert the wm8750 codec driver to the new (standard) device driver
binding model.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
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/spitz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index 37cb768fc933..3d4738c06e7e 100644 --- a/sound/soc/pxa/spitz.c +++ b/sound/soc/pxa/spitz.c @@ -337,6 +337,7 @@ static struct snd_soc_machine snd_soc_machine_spitz = { /* spitz audio private data */ static struct wm8750_setup_data spitz_wm8750_setup = { + .i2c_bus = 0, .i2c_address = 0x1b, }; |