From 67c2f56d4bcc3d021285424c83c0015ae2f7fe0c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 10 May 2015 04:07:59 +0000 Subject: [PATCH] [armel/kirkwood] sound: Enable the necessary modules Enable SND_SIMPLE_CARD as module, replacing SND_KIRKWOOD_SOC_OPENRD, SND_KIRKWOOD_SOC_T5325. Re-enable SND_SOC_ALC5623, SND_SOC_CS42L51_I2C as modules. svn path=/dists/trunk/linux/; revision=22580 --- debian/changelog | 3 +++ debian/config/armel/config.kirkwood | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 39cecb043..b809dae5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -246,6 +246,9 @@ linux (4.0.2-1~exp1) UNRELEASED; urgency=medium SND_SOC_INTEL_BYT_RT5640_MACH, SND_SOC_INTEL_BYT_MAX98090_MACH as modules * [x86] tpm: Enable TCG_TIS_I2C_ST33 as module, replacing TCG_ST33_I2C * [armel/kirkwood] regulator: Re-enable REGULATOR, REGULATOR_FIXED_VOLTAGE + * [armel/kirkwood] sound: Enable SND_SIMPLE_CARD as module, replacing + SND_KIRKWOOD_SOC_OPENRD, SND_KIRKWOOD_SOC_T5325; re-enable + SND_SOC_ALC5623, SND_SOC_CS42L51_I2C as modules [ Ian Campbell ] * [armhf] Enable support for Freescale SNVS RTC. (Closes: #782364) diff --git a/debian/config/armel/config.kirkwood b/debian/config/armel/config.kirkwood index 61a35963a..ee7deda4e 100644 --- a/debian/config/armel/config.kirkwood +++ b/debian/config/armel/config.kirkwood @@ -646,6 +646,13 @@ CONFIG_SND_SOC=m ## file: sound/soc/codecs/Kconfig ## # CONFIG_SND_SOC_ALL_CODECS is not set +CONFIG_SND_SOC_ALC5623=m +CONFIG_SND_SOC_CS42L51_I2C=m + +## +## file: sound/soc/generic/Kconfig +## +CONFIG_SND_SIMPLE_CARD=m ## ## file: sound/soc/kirkwood/Kconfig