Commit c8551575 authored by Kevin Hilman's avatar Kevin Hilman

ASoC: DaVinci: i2c bus_id is 1 instead of 0

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 796f448d
...@@ -137,7 +137,7 @@ static struct snd_soc_machine snd_soc_machine_evm = { ...@@ -137,7 +137,7 @@ static struct snd_soc_machine snd_soc_machine_evm = {
/* evm audio private data */ /* evm audio private data */
static struct aic3x_setup_data evm_aic3x_setup = { static struct aic3x_setup_data evm_aic3x_setup = {
.i2c_bus = 0, .i2c_bus = 1,
.i2c_address = 0x1b, .i2c_address = 0x1b,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment