summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8750.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-09-01 18:47:00 +0100
committerJaroslav Kysela <perex@perex.cz>2008-09-04 10:34:23 +0200
commitee1d0099c1850a61790c9bde8b0d171852c45d24 (patch)
tree2093ebdcf609a43383b91e8ab7a89dd12e215cb7 /sound/soc/codecs/wm8750.h
parentd28d271328a4bf391c8d5251e54618b794ee2b3a (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/codecs/wm8750.h')
-rw-r--r--sound/soc/codecs/wm8750.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8750.h b/sound/soc/codecs/wm8750.h
index 8ef30e628b21..fe6c80f7d9e2 100644
--- a/sound/soc/codecs/wm8750.h
+++ b/sound/soc/codecs/wm8750.h
@@ -58,6 +58,7 @@
#define WM8750_SYSCLK 0
struct wm8750_setup_data {
+ int i2c_bus;
unsigned short i2c_address;
};