summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-12-26 09:47:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-12-26 09:47:27 +0100
commitc043589e2d49f6a13907d300260e9b4236fdac09 (patch)
treebfeebf1f846c908d1ed219ae9ac7ce8d75cadfb9 /target/linux/config
parentcc0d3c625008f6b2cee46d15bdc1926a562bd143 (diff)
add audio-graph-card to rockchip audio
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.audio6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.audio b/target/linux/config/Config.in.audio
index 8235b12ef..83964f900 100644
--- a/target/linux/config/Config.in.audio
+++ b/target/linux/config/Config.in.audio
@@ -109,6 +109,9 @@ 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_AUDIO_GRAPH_CARD
+ tristate
+
config ADK_LINUX_KERNEL_SND
tristate
select ADK_LINUX_KERNEL_SOUND
@@ -141,9 +144,10 @@ config ADK_LINUX_KERNEL_SND_INTEL8X0
Driver for intel chipsets.
config ADK_LINUX_KERNEL_SND_SOC_ES8316
- tristate "Rockchip driver"
+ tristate "Rockchip driver (ES8316 Codec)"
select ADK_LINUX_KERNEL_SND
select ADK_LINUX_KERNEL_SND_SOC
+ select ADK_LINUX_KERNEL_SND_AUDIO_GRAPH_CARD
default m if ADK_TARGET_SYSTEM_ROCKPI4_PLUS
default n
help