Message ID | 20230106-arm-wm896x-v1-1-441c564a9cd1@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 74ab23d5a7fc13f3ab1f3a333cb18ab300a997fc |
Headers | show |
Series | ARM: multi_v7_defconfig: Enable wm896x audio CODECs | expand |
On Fri, Jan 6, 2023 at 8:14 PM Mark Brown <broonie@kernel.org> wrote: > > The wm896x series of audio CODECs is used on a number of Freescale > reference designs, enable the drivers in multi_v7_defconfig to improve > testing coverage of those systems and their derivatives. > > Signed-off-by: Mark Brown <broonie@kernel.org> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Fri, 06 Jan 2023 23:14:12 +0000 you wrote: > The wm896x series of audio CODECs is used on a number of Freescale > reference designs, enable the drivers in multi_v7_defconfig to improve > testing coverage of those systems and their derivatives. > > Signed-off-by: Mark Brown <broonie@kernel.org> > --- > arch/arm/configs/multi_v7_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > [...] Here is the summary with links: - ARM: multi_v7_defconfig: Enable wm896x audio CODECs https://git.kernel.org/soc/soc/c/74ab23d5a7fc You are awesome, thank you!
On Fri, Jan 06, 2023 at 11:14:12PM +0000, Mark Brown wrote: > The wm896x series of audio CODECs is used on a number of Freescale > reference designs, enable the drivers in multi_v7_defconfig to improve > testing coverage of those systems and their derivatives. > > Signed-off-by: Mark Brown <broonie@kernel.org> Applied, thanks!
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index ee184eb37adc..36a0809890ce 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -821,6 +821,8 @@ CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m CONFIG_SND_SOC_SGTL5000=m CONFIG_SND_SOC_STI_SAS=m +CONFIG_SND_SOC_WM8960=m +CONFIG_SND_SOC_WM8962=m CONFIG_SND_SOC_WM8978=m CONFIG_SND_AUDIO_GRAPH_CARD=m CONFIG_USB=y
The wm896x series of audio CODECs is used on a number of Freescale reference designs, enable the drivers in multi_v7_defconfig to improve testing coverage of those systems and their derivatives. Signed-off-by: Mark Brown <broonie@kernel.org> --- arch/arm/configs/multi_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+) --- base-commit: 1b929c02afd37871d5afb9d498426f83432e71c2 change-id: 20230106-arm-wm896x-86cad14a8509 Best regards,