diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-10-15 19:57:12 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-16 08:50:17 +0200 |
commit | 17be5522f6de1d4920e7d9235bfb0e0c682c6f8f (patch) | |
tree | d1d95b612fffa629e01c220161a2f9140e6b768d /sound/soc/codecs/wm8580.h | |
parent | d5d8d83773165b951d190717637bfbc1eb0111a0 (diff) | |
download | linux-3.10-17be5522f6de1d4920e7d9235bfb0e0c682c6f8f.tar.gz linux-3.10-17be5522f6de1d4920e7d9235bfb0e0c682c6f8f.tar.bz2 linux-3.10-17be5522f6de1d4920e7d9235bfb0e0c682c6f8f.zip |
ALSA: ASoC: Convert wm8580 to a new-style i2c driver
Convert the wm8580 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/wm8580.h')
-rw-r--r-- | sound/soc/codecs/wm8580.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8580.h b/sound/soc/codecs/wm8580.h index 589ddaba21d..09e4422f6f2 100644 --- a/sound/soc/codecs/wm8580.h +++ b/sound/soc/codecs/wm8580.h @@ -29,6 +29,7 @@ #define WM8580_CLKSRC_NONE 5 struct wm8580_setup_data { + int i2c_bus; unsigned short i2c_address; }; |