summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8990.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-09-01 18:47:02 +0100
committerJaroslav Kysela <perex@perex.cz>2008-09-04 10:34:26 +0200
commite5d3fd38f93755c5ab1e04b8e40196135f576355 (patch)
tree4ee513ef6828b4cc9b752c537ba041b5d1fb74ed /sound/soc/codecs/wm8990.h
parent81297c8a4b3a8d6ba000a3bfff0fd7ce650e72aa (diff)
ALSA: ASoC: Convert wm8990 to a new-style i2c driver
Convert the wm8990 codec driver to the new (standard) device driver binding model. After this change, WM8990 devices are no longer discovered automatically and must instead be instantiated explicitly. 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/wm8990.h')
-rw-r--r--sound/soc/codecs/wm8990.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8990.h b/sound/soc/codecs/wm8990.h
index 0a08325d5443..0e192f3b0788 100644
--- a/sound/soc/codecs/wm8990.h
+++ b/sound/soc/codecs/wm8990.h
@@ -827,6 +827,7 @@
#define WM8990_AINRMUX_PWR_BIT 3
struct wm8990_setup_data {
+ unsigned i2c_bus;
unsigned short i2c_address;
};