[kernel] r21774 - in dists/trunk/linux/debian: . config config/kernelarch-mips config/kernelarch-x86

Ben Hutchings benh at moszumanska.debian.org
Sun Sep 7 19:04:02 UTC 2014


Author: benh
Date: Sun Sep  7 19:04:02 2014
New Revision: 21774

Log:
sound: Disable SND_CS5535AUDIO on all but i386 and mips*/loongson-2f

Its config dependencies are now X86_32 || MIPS || COMPILE_TEST.
On MIPS, only Loongson 2F platforms use the CS5536 chip.

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/config
   dists/trunk/linux/debian/config/kernelarch-mips/config.loongson-2f
   dists/trunk/linux/debian/config/kernelarch-x86/config-arch-32

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sun Sep  7 19:01:09 2014	(r21773)
+++ dists/trunk/linux/debian/changelog	Sun Sep  7 19:04:02 2014	(r21774)
@@ -28,6 +28,7 @@
   * [m68k] Enable CGROUPS, required by systemd
   * [armhf] Re-enable SPI_IMX as module
   * [i386] comedi: Enable COMEDI_DAC02 as module, replacing COMEDI_POC
+  * sound: Disable SND_CS5535AUDIO on all but i386 and mips*/loongson-2f
 
   [ Vagrant Cascadian ]
   * [armmp] Enable IMX_IPUV3_CORE (closes: #756810).

Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config	Sun Sep  7 19:01:09 2014	(r21773)
+++ dists/trunk/linux/debian/config/config	Sun Sep  7 19:04:02 2014	(r21774)
@@ -5858,7 +5858,6 @@
 CONFIG_SND_ASIHPI=m
 # CONFIG_SND_AW2 is not set
 CONFIG_SND_OXYGEN=m
-CONFIG_SND_CS5535AUDIO=m
 CONFIG_SND_CTXFI=m
 CONFIG_SND_DARLA20=m
 CONFIG_SND_GINA20=m

Modified: dists/trunk/linux/debian/config/kernelarch-mips/config.loongson-2f
==============================================================================
--- dists/trunk/linux/debian/config/kernelarch-mips/config.loongson-2f	Sun Sep  7 19:01:09 2014	(r21773)
+++ dists/trunk/linux/debian/config/kernelarch-mips/config.loongson-2f	Sun Sep  7 19:04:02 2014	(r21774)
@@ -127,3 +127,8 @@
 CONFIG_FB_SIS_300=y
 CONFIG_FB_SIS_315=y
 
+##
+## file: sound/pci/Kconfig
+##
+CONFIG_SND_CS5535AUDIO=m
+

Modified: dists/trunk/linux/debian/config/kernelarch-x86/config-arch-32
==============================================================================
--- dists/trunk/linux/debian/config/kernelarch-x86/config-arch-32	Sun Sep  7 19:01:09 2014	(r21773)
+++ dists/trunk/linux/debian/config/kernelarch-x86/config-arch-32	Sun Sep  7 19:04:02 2014	(r21774)
@@ -556,4 +556,5 @@
 ##
 CONFIG_SND_SIS7019=m
 CONFIG_SND_CS5530=m
+CONFIG_SND_CS5535AUDIO=m
 



More information about the Kernel-svn-changes mailing list