diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2022-04-03 23:13:29 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-04-08 05:26:42 +0200 |
commit | 56d16703b4911ff579eaa132f3d3bb88672242a5 (patch) | |
tree | e5f5e280e8cf35f01f6320b289c507cabb630bd4 /arch/arm64/configs/defconfig | |
parent | arm64: defconfig: enable Qualcomm RX and TX macro for SM8250 audio (diff) | |
download | linux-56d16703b4911ff579eaa132f3d3bb88672242a5.tar.xz linux-56d16703b4911ff579eaa132f3d3bb88672242a5.zip |
arm64: defconfig: enable wcd9335 codec as module
Enable CONFIG_SND_SOC_WCD9335 to built as module. This enable audio
codec used on the Qualcomm Dragonboard820c device.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220403211329.1410725-1-dmitry.baryshkov@linaro.org
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 604a1851fbe4..2ef317f7961b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -811,6 +811,7 @@ CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m CONFIG_SND_SOC_SIMPLE_MUX=m CONFIG_SND_SOC_TAS571X=m CONFIG_SND_SOC_TLV320AIC32X4_I2C=m +CONFIG_SND_SOC_WCD9335=m CONFIG_SND_SOC_WCD934X=m CONFIG_SND_SOC_WM8904=m CONFIG_SND_SOC_WM8960=m |