From 8fdd4da200a6737663a340801302485d8c1383a1 Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Wed, 27 Jun 2018 20:21:14 +0200 Subject: [PATCH] =?UTF-8?q?[armhf]=C2=A0Enable=20missing=20SND=5FEDMA=5FSO?= =?UTF-8?q?C=20for=20davinci-mcasp=20on=20BeagleBoneBlack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AM35x use EDMA for McASP audio SoC, resulting in a "missing SND_EDMA_SOC" message during probe. This enables the support. Signed-off-by: Romain Perier --- debian/changelog | 1 + debian/config/armhf/config | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 116be9171..9757f9d97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -92,6 +92,7 @@ linux (4.17.3-1) UNRELEASED; urgency=medium [ Romain Perier ] * [x86] amdgpu: Enable DCN 1.0 Raven family (Closes: #901349) + * [armhf] Enable missing SND_EDMA_SOC for davinci-mcasp on the BeagleBoneBlack [ Vagrant Cascadian ] * [arm64] Add device-tree to support Pinebook. diff --git a/debian/config/armhf/config b/debian/config/armhf/config index c2d83403f..cedcf3d27 100644 --- a/debian/config/armhf/config +++ b/debian/config/armhf/config @@ -1324,6 +1324,11 @@ CONFIG_NET_SWITCHDEV=y ## CONFIG_SND_HDA_TEGRA=m +## +## file: sound/soc/davinci/Kconfig +## +CONFIG_SND_EDMA_SOC=m + ## ## file: sound/soc/Kconfig ##