[kernel] r22580 - in dists/trunk/linux/debian: . config/armel

Ben Hutchings benh at moszumanska.debian.org
Sun May 10 04:08:00 UTC 2015


Author: benh
Date: Sun May 10 04:07:59 2015
New Revision: 22580

Log:
[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.

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armel/config.kirkwood

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sun May 10 03:56:11 2015	(r22579)
+++ dists/trunk/linux/debian/changelog	Sun May 10 04:07:59 2015	(r22580)
@@ -246,6 +246,9 @@
     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)

Modified: dists/trunk/linux/debian/config/armel/config.kirkwood
==============================================================================
--- dists/trunk/linux/debian/config/armel/config.kirkwood	Sun May 10 03:56:11 2015	(r22579)
+++ dists/trunk/linux/debian/config/armel/config.kirkwood	Sun May 10 04:07:59 2015	(r22580)
@@ -646,6 +646,13 @@
 ## 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



More information about the Kernel-svn-changes mailing list