summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8731.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-09-01 18:47:01 +0100
committerJaroslav Kysela <perex@perex.cz>2008-09-04 10:34:25 +0200
commit81297c8a4b3a8d6ba000a3bfff0fd7ce650e72aa (patch)
tree3a32c1871a4c5100b7716a28e2b096b8a85d217b /sound/soc/codecs/wm8731.h
parentee1d0099c1850a61790c9bde8b0d171852c45d24 (diff)
downloadlinux-81297c8a4b3a8d6ba000a3bfff0fd7ce650e72aa.tar.bz2
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.h1
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;
};