diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-09-01 21:47:01 +0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-04 12:34:25 +0400 |
commit | 81297c8a4b3a8d6ba000a3bfff0fd7ce650e72aa (patch) | |
tree | 3a32c1871a4c5100b7716a28e2b096b8a85d217b /sound/soc/codecs/wm8731.h | |
parent | ee1d0099c1850a61790c9bde8b0d171852c45d24 (diff) | |
download | linux-81297c8a4b3a8d6ba000a3bfff0fd7ce650e72aa.tar.xz |
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/codecs/wm8731.h')
-rw-r--r-- | sound/soc/codecs/wm8731.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8731.h b/sound/soc/codecs/wm8731.h index 99f2e3c60e33..0f8123909ab0 100644 --- a/sound/soc/codecs/wm8731.h +++ b/sound/soc/codecs/wm8731.h @@ -35,6 +35,7 @@ #define WM8731_DAI 0 struct wm8731_setup_data { + int i2c_bus; unsigned short i2c_address; }; |