|
|
@@ -191,10 +191,10 @@ define KernelPackage/sound-soc-core
|
|
|
KCONFIG:= \
|
|
|
CONFIG_SND_SOC \
|
|
|
CONFIG_SND_SOC_ADI=n \
|
|
|
- CONFIG_SND_SOC_DMAENGINE_PCM=y \
|
|
|
+ CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y \
|
|
|
CONFIG_SND_SOC_ALL_CODECS=n
|
|
|
FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko
|
|
|
- AUTOLOAD:=$(call AutoLoad,55, snd-soc-core)
|
|
|
+ AUTOLOAD:=$(call AutoLoad,55,snd-soc-core)
|
|
|
$(call AddDepends/sound)
|
|
|
endef
|
|
|
|