Skip to content

Commit 9358356

Browse files
ziswilerShawn Guo
authored andcommitted
ARM: imx_v6_v7_defconfig: change snd soc tlv320aic3x to i2c variant
Change CONFIG_SND_SOC_TLV320AIC3X to CONFIG_SND_SOC_TLV320AIC3X_I2C. I did double check all current mainline device trees and they are all using the I2C rather than the SPI variant. Signed-off-by: Marcel Ziswiler <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent da9226d commit 9358356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ CONFIG_SND_SOC_IMX_MC13783=y
316316
CONFIG_SND_SOC_FSL_ASOC_CARD=y
317317
CONFIG_SND_SOC_AC97_CODEC=y
318318
CONFIG_SND_SOC_CS42XX8_I2C=y
319-
CONFIG_SND_SOC_TLV320AIC3X=y
319+
CONFIG_SND_SOC_TLV320AIC3X_I2C=y
320320
CONFIG_SND_SOC_WM8960=y
321321
CONFIG_SND_SOC_WM8962=y
322322
CONFIG_SND_SIMPLE_CARD=y

0 commit comments

Comments
 (0)