lkml.org 
[lkml]   [2022]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 10/11] ARM: defconfig: fix CONFIG_SND_SOC_AC97_CODEC name
    Date
    From: Arnd Bergmann <arnd@arndb.de>

    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>
    ---
    arch/arm/configs/multi_v7_defconfig | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
    index 2b564defe33e..af79b21e2000 100644
    --- a/arch/arm/configs/multi_v7_defconfig
    +++ b/arch/arm/configs/multi_v7_defconfig
    @@ -814,7 +814,7 @@ CONFIG_SND_SOC_TEGRA_TRIMSLICE=m
    CONFIG_SND_SOC_TEGRA_ALC5632=m
    CONFIG_SND_SOC_TEGRA_MAX98090=m
    CONFIG_SND_SOC_DAVINCI_MCASP=m
    -CONFIG_SND_SOC_AC97=m
    +CONFIG_SND_SOC_AC97_CODEC=m
    CONFIG_SND_SOC_AK4642=m
    CONFIG_SND_SOC_CPCAP=m
    CONFIG_SND_SOC_CS42L51_I2C=m
    --
    2.29.2
    \
     
     \ /
      Last update: 2022-08-18 16:02    [W:2.161 / U:0.144 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site