Message ID | 20230731-arm-tlv320aic31xx-config-v1-1-013c8c321dad@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | a1fdf44bfd887229e9d5e38e948f2ad4f136f174 |
Headers | show |
Series | [RESEND] ARM: multi_v7_defconfig: Enable TLV320AIC3x | expand |
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Mon, 31 Jul 2023 12:53:27 +0100 you wrote: > A number of TI based platforms use TLV320AIC3x since it was their > standard audio CODEC for quite some time, including the Beagle X15. > Enable it multi_v7_defconfig to improve test coverage. > > Signed-off-by: Mark Brown <broonie@kernel.org> > --- > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) > > [...] Here is the summary with links: - [RESEND] ARM: multi_v7_defconfig: Enable TLV320AIC3x https://git.kernel.org/soc/soc/c/a1fdf44bfd88 You are awesome, thank you!
Hi, * Mark Brown <broonie@kernel.org> [230731 11:53]: > A number of TI based platforms use TLV320AIC3x since it was their > standard audio CODEC for quite some time, including the Beagle X15. > Enable it multi_v7_defconfig to improve test coverage. > > Signed-off-by: Mark Brown <broonie@kernel.org> Looks like this is still pending, I don't have any defconfig changes to queue, so I've added Arnd to Cc: Reviewed-by: Tony Lindgren <tony@atomide.com> > --- > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index f0800f806b5f..00e95220e08d 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -825,6 +825,7 @@ CONFIG_SND_SOC_SGTL5000=m > CONFIG_SND_SOC_STI_SAS=m > CONFIG_SND_SOC_TLV320AIC32X4=m > CONFIG_SND_SOC_TLV320AIC32X4_I2C=m > +CONFIG_SND_SOC_TLV320AIC3X_I2C=m > CONFIG_SND_SOC_WM8960=m > CONFIG_SND_SOC_WM8962=m > CONFIG_SND_SOC_WM8978=m > > --- > base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 > change-id: 20230707-arm-tlv320aic31xx-config-f52a886647db > > Best regards, > -- > Mark Brown <broonie@kernel.org> >
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index f0800f806b5f..00e95220e08d 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -825,6 +825,7 @@ CONFIG_SND_SOC_SGTL5000=m CONFIG_SND_SOC_STI_SAS=m CONFIG_SND_SOC_TLV320AIC32X4=m CONFIG_SND_SOC_TLV320AIC32X4_I2C=m +CONFIG_SND_SOC_TLV320AIC3X_I2C=m CONFIG_SND_SOC_WM8960=m CONFIG_SND_SOC_WM8962=m CONFIG_SND_SOC_WM8978=m
A number of TI based platforms use TLV320AIC3x since it was their standard audio CODEC for quite some time, including the Beagle X15. Enable it multi_v7_defconfig to improve test coverage. Signed-off-by: Mark Brown <broonie@kernel.org> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) --- base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 change-id: 20230707-arm-tlv320aic31xx-config-f52a886647db Best regards,