Browse Source

rockpi4-plus: activate sound driver

Waldemar Brodkorb 3 years ago
parent
commit
962890ff4f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/linux/config/Config.in.audio

+ 2 - 1
target/linux/config/Config.in.audio

@@ -140,9 +140,10 @@ config ADK_LINUX_KERNEL_SND_INTEL8X0
 	help
 	  Driver for intel chipsets.
 
-config ADK_LINUX_KERNEL_SND_ROCKCHIP
+config ADK_LINUX_KERNEL_SND_SOC_ES8316
 	tristate "Rockchip driver"
 	select ADK_LINUX_KERNEL_SND
+	select ADK_LINUX_KERNEL_SND_SOC
 	default m if ADK_TARGET_SYSTEM_ROCKPI4_PLUS
 	default n
 	help