[wily/master-next 1/1] UBUNTU: [Config] re-enable OSS support and blacklist
Andy Whitcroft
apw at canonical.com
Fri Nov 6 22:41:05 UTC 2015
We are seeing requests for the OSS support to be reenabled, it seems that
it is needed for old games. We do not want it loading by default so use
the new blacklist support to suppress autoloading. This should bring us
into line with other distros where manual loading is required.
BugLink: http://bugs.launchpad.net/bugs/1434842
Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
debian.master/config/config.common.ubuntu | 3 ++-
debian.master/modprobe.d/common.conf | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)
create mode 100644 debian.master/modprobe.d/common.conf
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 21f0e90..517e900 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -7122,7 +7122,8 @@ CONFIG_SND_OXYGEN=m
CONFIG_SND_OXYGEN_LIB=m
CONFIG_SND_PCI=y
CONFIG_SND_PCMCIA=y
-# CONFIG_SND_PCM_OSS is not set
+CONFIG_SND_PCM_OSS=m
+CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_PCSP=m
CONFIG_SND_PCXHR=m
CONFIG_SND_PDAUDIOCF=m
diff --git a/debian.master/modprobe.d/common.conf b/debian.master/modprobe.d/common.conf
new file mode 100644
index 0000000..e0fbbd6
--- /dev/null
+++ b/debian.master/modprobe.d/common.conf
@@ -0,0 +1,3 @@
+# LP:1434842 -- disable OSS drivers by default to allow pulseaudio to emulate
+blacklist snd-mixer-oss
+blacklist snd-pcm-oss
--
2.6.2
More information about the kernel-team
mailing list