mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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 <sugar.zhang@rock-chips.com> Change-Id: Idbeeb00d4903e49fb3c0c3dfbb16b55125fe2da7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user