aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8580.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-10-15 13:57:12 -0400
committerTakashi Iwai <tiwai@suse.de>2008-10-16 02:50:17 -0400
commit17be5522f6de1d4920e7d9235bfb0e0c682c6f8f (patch)
treed1d95b612fffa629e01c220161a2f9140e6b768d /sound/soc/codecs/wm8580.h
parentd5d8d83773165b951d190717637bfbc1eb0111a0 (diff)
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 @@
29#define WM8580_CLKSRC_NONE 5 29#define WM8580_CLKSRC_NONE 5
30 30
31struct wm8580_setup_data { 31struct wm8580_setup_data {
32 int i2c_bus;
32 unsigned short i2c_address; 33 unsigned short i2c_address;
33}; 34};
34 35