From 2c39e5b72a5308678246b1a8ea600155a6072210 Mon Sep 17 00:00:00 2001 From: Sugar Zhang Date: Tue, 11 Apr 2023 16:03:04 +0800 Subject: [PATCH] arm64: configs: rockchip_defconfig: Enable TDM_MULTI_LANES The I2S-TDM on Rockchip SoCs only support one data lane for tx and one data lane for rx, but the codec devices may requires a normal tdm work with more than one data lane. Enable the TDM_MULTI_LANES to allow driver works under a higher sample rate and with more data lanes. More detail, see the driver patch comment. Signed-off-by: Sugar Zhang Change-Id: Idbeeb00d4903e49fb3c0c3dfbb16b55125fe2da7 --- arch/arm64/configs/rockchip_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index 7aae017d80a9..180d24c89340 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -689,6 +689,7 @@ CONFIG_SND_SOC=y CONFIG_SND_SOC_ROCKCHIP=y CONFIG_SND_SOC_ROCKCHIP_I2S=y CONFIG_SND_SOC_ROCKCHIP_I2S_TDM=y +CONFIG_SND_SOC_ROCKCHIP_I2S_TDM_MULTI_LANES=y CONFIG_SND_SOC_ROCKCHIP_PDM=y CONFIG_SND_SOC_ROCKCHIP_SAI=y CONFIG_SND_SOC_ROCKCHIP_SPDIF=y