Message ID | 20230504201916.1121243-1-cristian.ciocaltea@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [RESEND] arm64: defconfig: Enable Rockchip I2S TDM and ES8316 drivers | expand |
On 5/4/23 23:19, Cristian Ciocaltea wrote: > The Rockchip I2S TDM driver and the Everest Semi ES8316 codec are used > to provide analog audio support on the RK3588 SoC based Rock 5B board. > > Enable both of them as modules. > > Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> > --- > arch/arm64/configs/defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 1e7021ead7f5..dff4c4296c08 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -867,6 +867,7 @@ CONFIG_SND_SOC_SM8250=m > CONFIG_SND_SOC_SC7180=m > CONFIG_SND_SOC_SC7280=m > CONFIG_SND_SOC_ROCKCHIP=m > +CONFIG_SND_SOC_ROCKCHIP_I2S_TDM=m > CONFIG_SND_SOC_ROCKCHIP_SPDIF=m > CONFIG_SND_SOC_ROCKCHIP_RT5645=m > CONFIG_SND_SOC_RK3399_GRU_SOUND=m > @@ -897,6 +898,7 @@ CONFIG_SND_SOC_AK4613=m > CONFIG_SND_SOC_DA7213=m > CONFIG_SND_SOC_ES7134=m > CONFIG_SND_SOC_ES7241=m > +CONFIG_SND_SOC_ES8316=m > CONFIG_SND_SOC_GTM601=m > CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m > CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m Could we get this reviewed/merged, please? Thanks, Cristian
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 1e7021ead7f5..dff4c4296c08 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -867,6 +867,7 @@ CONFIG_SND_SOC_SM8250=m CONFIG_SND_SOC_SC7180=m CONFIG_SND_SOC_SC7280=m CONFIG_SND_SOC_ROCKCHIP=m +CONFIG_SND_SOC_ROCKCHIP_I2S_TDM=m CONFIG_SND_SOC_ROCKCHIP_SPDIF=m CONFIG_SND_SOC_ROCKCHIP_RT5645=m CONFIG_SND_SOC_RK3399_GRU_SOUND=m @@ -897,6 +898,7 @@ CONFIG_SND_SOC_AK4613=m CONFIG_SND_SOC_DA7213=m CONFIG_SND_SOC_ES7134=m CONFIG_SND_SOC_ES7241=m +CONFIG_SND_SOC_ES8316=m CONFIG_SND_SOC_GTM601=m CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m
The Rockchip I2S TDM driver and the Everest Semi ES8316 codec are used to provide analog audio support on the RK3588 SoC based Rock 5B board. Enable both of them as modules. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)