diff options
Diffstat (limited to 'sound/soc/codecs/wm8510.h')
-rw-r--r-- | sound/soc/codecs/wm8510.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8510.h b/sound/soc/codecs/wm8510.h index f5d2e42eb3f4..bdefcf5c69ff 100644 --- a/sound/soc/codecs/wm8510.h +++ b/sound/soc/codecs/wm8510.h | |||
@@ -94,6 +94,8 @@ | |||
94 | #define WM8510_MCLKDIV_12 (7 << 5) | 94 | #define WM8510_MCLKDIV_12 (7 << 5) |
95 | 95 | ||
96 | struct wm8510_setup_data { | 96 | struct wm8510_setup_data { |
97 | int spi; | ||
98 | int i2c_bus; | ||
97 | unsigned short i2c_address; | 99 | unsigned short i2c_address; |
98 | }; | 100 | }; |
99 | 101 | ||