diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-10-15 13:58:12 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-16 02:50:41 -0400 |
commit | 8ae6a5523f4188dbe2b98a9385f5860df6ee47a3 (patch) | |
tree | 80e3250c018fc7fa46f55e9810fb4d51d4618950 /sound/soc/codecs/wm8900.h | |
parent | 17be5522f6de1d4920e7d9235bfb0e0c682c6f8f (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.h | 1 |
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 @@ | |||
55 | #define WM8900_ | 55 | #define WM8900_ |
56 | 56 | ||
57 | struct wm8900_setup_data { | 57 | struct wm8900_setup_data { |
58 | int i2c_bus; | ||
58 | unsigned short i2c_address; | 59 | unsigned short i2c_address; |
59 | }; | 60 | }; |
60 | 61 | ||