aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8510.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8510.h')
-rw-r--r--sound/soc/codecs/wm8510.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/soc/codecs/wm8510.h b/sound/soc/codecs/wm8510.h
index f5d2e42eb3f..b3e26ed9f2d 100644
--- a/sound/soc/codecs/wm8510.h
+++ b/sound/soc/codecs/wm8510.h
@@ -94,10 +94,9 @@
#define WM8510_MCLKDIV_12 (7 << 5)
struct wm8510_setup_data {
+ int spi;
+ int i2c_bus;
unsigned short i2c_address;
};
-extern struct snd_soc_dai wm8510_dai;
-extern struct snd_soc_codec_device soc_codec_dev_wm8510;
-
#endif