Skip to content

Commit bd08883

Browse files
Nicolas Frattarolimmind
authored andcommitted
arm64: defconfig: Enable Rockchip SAI and ES8328
The RK3576 uses Rockchip SAI for audio output. Meanwhile, the Sige5 board, which uses the RK3576 and is supported by mainline, uses an ES8388 codec over I2C with the ES8328 driver implementing support for this codec. Enable both in the defconfig. Signed-off-by: Nicolas Frattaroli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 0af2f6b commit bd08883

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,7 @@ CONFIG_SND_SOC_SC7280=m
10051005
CONFIG_SND_SOC_X1E80100=m
10061006
CONFIG_SND_SOC_ROCKCHIP=m
10071007
CONFIG_SND_SOC_ROCKCHIP_I2S_TDM=m
1008+
CONFIG_SND_SOC_ROCKCHIP_SAI=m
10081009
CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
10091010
CONFIG_SND_SOC_ROCKCHIP_RT5645=m
10101011
CONFIG_SND_SOC_RK3399_GRU_SOUND=m
@@ -1043,6 +1044,8 @@ CONFIG_SND_SOC_DA7213=m
10431044
CONFIG_SND_SOC_ES7134=m
10441045
CONFIG_SND_SOC_ES7241=m
10451046
CONFIG_SND_SOC_ES8316=m
1047+
CONFIG_SND_SOC_ES8328=m
1048+
CONFIG_SND_SOC_ES8328_I2C=m
10461049
CONFIG_SND_SOC_GTM601=m
10471050
CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m
10481051
CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m

0 commit comments

Comments
 (0)