diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-29 08:58:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-29 08:59:59 +0100 |
commit | 4db4f5f7f4a1cf693fc6258b361e8bc322c3d8db (patch) | |
tree | 7476fe8607c54e3de1411f3fa10adf7ac9556cfc /target/linux | |
parent | aaa7233e1f488fa7260ba67bf642e8f5fd79683a (diff) |
fix audio support for rockpi4-plus
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.audio | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.audio b/target/linux/config/Config.in.audio index 83964f900..644f0d364 100644 --- a/target/linux/config/Config.in.audio +++ b/target/linux/config/Config.in.audio @@ -109,6 +109,15 @@ config ADK_LINUX_KERNEL_SND_SOC_PCM512x_SPI select ADK_LINUX_KERNEL_SND_SOC_PCM512x select ADK_LINUX_KERNEL_SND_SOC_I2C_AND_SPI +config ADK_LINUX_KERNEL_SND_DESIGNWARE_I2S + tristate + +config ADK_LINUX_KERNEL_SND_SOC_ROCKCHIP_I2S + tristate + +config ADK_LINUX_KERNEL_SND_SOC_ES8316 + tristate + config ADK_LINUX_KERNEL_SND_AUDIO_GRAPH_CARD tristate @@ -143,10 +152,13 @@ config ADK_LINUX_KERNEL_SND_INTEL8X0 help Driver for intel chipsets. -config ADK_LINUX_KERNEL_SND_SOC_ES8316 +config ADK_LINUX_KERNEL_SND_SOC_ROCKCHIP tristate "Rockchip driver (ES8316 Codec)" select ADK_LINUX_KERNEL_SND select ADK_LINUX_KERNEL_SND_SOC + select ADK_LINUX_KERNEL_SND_SOC_ES8316 + select ADK_LINUX_KERNEL_SND_SOC_ROCKCHIP_I2S + select ADK_LINUX_KERNEL_SND_DESIGNWARE_I2S select ADK_LINUX_KERNEL_SND_AUDIO_GRAPH_CARD default m if ADK_TARGET_SYSTEM_ROCKPI4_PLUS default n |