From 5862c7e202eeee5e11d7d47cf00db15dfae54ce0 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 24 Mar 2019 18:39:25 +0100 Subject: [PATCH] Enable SND_SOC_SPDIF on armmp-lpae Needed for Cubietruck --- debian/changelog | 4 ++++ debian/config/armhf/config | 5 +++++ debian/config/armhf/config.armmp-lpae | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c1c18a6c1..01dea3b1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ linux (4.19.28-3) UNRELEASED; urgency=medium + [ Ben Hutchings ] * debian/bin/abiupdate.py: Automatically select the correct archive to fetch from * debian/bin/abiupdate.py: Change default URLs to use https: scheme * [powerpc*] vdso: Make vdso32 installation conditional in vdso_install (Closes: #785065) + [ Stefan Fritsch ] + * [armhf] Enable SND_SOC_SPDIF for Cubietruck (Closes: #884562) + -- Ben Hutchings Mon, 18 Mar 2019 22:50:08 +0000 linux (4.19.28-2) unstable; urgency=medium diff --git a/debian/config/armhf/config b/debian/config/armhf/config index a0bf4d89a..d61e080ed 100644 --- a/debian/config/armhf/config +++ b/debian/config/armhf/config @@ -1357,6 +1357,11 @@ CONFIG_SND_SOC=m ## CONFIG_SND_BCM2835_SOC_I2S=m +## +## file: sound/soc/codecs/Kconfig +## +CONFIG_SND_SOC_SPDIF=y + ## ## file: sound/soc/davinci/Kconfig ## diff --git a/debian/config/armhf/config.armmp-lpae b/debian/config/armhf/config.armmp-lpae index d5045f1ee..d54d1351b 100644 --- a/debian/config/armhf/config.armmp-lpae +++ b/debian/config/armhf/config.armmp-lpae @@ -18,4 +18,3 @@ CONFIG_ARM_LPAE=y ## file: drivers/iommu/Kconfig ## CONFIG_ARM_SMMU=y -