summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8900.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-10-15 19:58:12 +0200
committerTakashi Iwai <tiwai@suse.de>2008-10-16 08:50:41 +0200
commit8ae6a5523f4188dbe2b98a9385f5860df6ee47a3 (patch)
tree80e3250c018fc7fa46f55e9810fb4d51d4618950 /sound/soc/codecs/wm8900.h
parent17be5522f6de1d4920e7d9235bfb0e0c682c6f8f (diff)
ALSA: ASoC: Convert wm8900 to a new-style i2c driver
Convert the wm8900 codec driver to the new (standard) device driver binding model. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/wm8900.h')
-rw-r--r--sound/soc/codecs/wm8900.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8900.h b/sound/soc/codecs/wm8900.h
index ba450d99e902..2249a446ad37 100644
--- a/sound/soc/codecs/wm8900.h
+++ b/sound/soc/codecs/wm8900.h
@@ -55,6 +55,7 @@
#define WM8900_
struct wm8900_setup_data {
+ int i2c_bus;
unsigned short i2c_address;
};