]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/soc/codecs/wm8753.h
sound: ASoC: Convert wm8753 to a new-style i2c driver
[linux-2.6-omap-h63xx.git] / sound / soc / codecs / wm8753.h
index 95e2a1f53169f6ee9fd5da0e9c1ed14c7af1581f..7defde069f1df92793c254f49c305351db3d8b86 100644 (file)
@@ -79,6 +79,7 @@
 #define WM8753_ADCTL2          0x3f
 
 struct wm8753_setup_data {
+       int i2c_bus;
        unsigned short i2c_address;
 };
 
@@ -120,7 +121,7 @@ struct wm8753_setup_data {
 #define WM8753_DAI_HIFI                0
 #define WM8753_DAI_VOICE               1
 
-extern struct snd_soc_codec_dai wm8753_dai[2];
+extern struct snd_soc_dai wm8753_dai[2];
 extern struct snd_soc_codec_device soc_codec_dev_wm8753;
 
 #endif