From 4a8fb05e67e49c4b3a6f0f3307c880b0675aff2f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 12 Mar 2011 20:39:11 +0000 Subject: [PATCH] sound: Enable SND_ALOOP as module (Closes: #617869) svn path=/dists/trunk/linux-2.6/; revision=17059 --- debian/changelog | 1 + debian/config/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index be8d4ad16..80e9be7da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ linux-2.6 (2.6.38~rc8-1~experimental.1) UNRELEASED; urgency=low * Move firmware-linux-free to separate source package (firmware-free) * Move linux-base to separate source package * net/can: Enable CAN_SLCAN as module (Closes: #617629) + * sound: Enable SND_ALOOP as module (Closes: #617869) -- Ben Hutchings Sat, 12 Mar 2011 08:57:58 +0000 diff --git a/debian/config/config b/debian/config/config index dab943f7d..af775f39a 100644 --- a/debian/config/config +++ b/debian/config/config @@ -4288,6 +4288,7 @@ CONFIG_SND_VERBOSE_PROCFS=y ## CONFIG_SND_DRIVERS=y CONFIG_SND_PCSP=m +CONFIG_SND_ALOOP=m CONFIG_SND_MTS64=m CONFIG_SND_PORTMAN2X4=m CONFIG_SND_AC97_POWER_SAVE=y