Home
last modified time | relevance | path

Searched hist:"8 bd2b56b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/configs/
H A Dmulti_v7_defconfig8bd2b56b Thu Aug 11 09:51:16 CDT 2022 Arnd Bergmann <arnd@arndb.de> ARM: defconfig: fix CONFIG_SND_SOC_AC97_CODEC name

The CONFIG_SND_SOC_AC97 symbol was recently enabled but does not
actually exist. From the patch description, I assume that this
was meant to be CONFIG_SND_SOC_AC97_CODEC, which is used in
imx_v6_v7_defconfig.

Fixes: 2cc1cd26e913 ("ARM: configs: Enable ASoC AC'97 glue")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>