diff options
Diffstat (limited to 'sound/soc/omap/n810.c')
-rw-r--r-- | sound/soc/omap/n810.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c index 87d0ed01f65a..d166b6b2a60d 100644 --- a/sound/soc/omap/n810.c +++ b/sound/soc/omap/n810.c | |||
@@ -290,6 +290,7 @@ static struct snd_soc_machine snd_soc_machine_n810 = { | |||
290 | 290 | ||
291 | /* Audio private data */ | 291 | /* Audio private data */ |
292 | static struct aic3x_setup_data n810_aic33_setup = { | 292 | static struct aic3x_setup_data n810_aic33_setup = { |
293 | .i2c_bus = 2, | ||
293 | .i2c_address = 0x18, | 294 | .i2c_address = 0x18, |
294 | .gpio_func[0] = AIC3X_GPIO1_FUNC_DISABLED, | 295 | .gpio_func[0] = AIC3X_GPIO1_FUNC_DISABLED, |
295 | .gpio_func[1] = AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT, | 296 | .gpio_func[1] = AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT, |