aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8580.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-10-15 19:57:12 +0200
committerTakashi Iwai <tiwai@suse.de>2008-10-16 08:50:17 +0200
commit17be5522f6de1d4920e7d9235bfb0e0c682c6f8f (patch)
treed1d95b612fffa629e01c220161a2f9140e6b768d /sound/soc/codecs/wm8580.h
parentALSA: ASoC: Hide TLV320AIC26 configuration option for non-OpenFirwmare users (diff)
downloadlinux-dev-17be5522f6de1d4920e7d9235bfb0e0c682c6f8f.tar.xz
linux-dev-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8580.h b/sound/soc/codecs/wm8580.h
index 589ddaba21d7..09e4422f6f2f 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;
};