[PATCH] UBUNTU: disable CONFIG_SND_HDA_INPUT_BEEP on amd64 and i386

Luke Yelavich themuso at ubuntu.com
Wed Apr 8 00:23:47 UTC 2009


From: Luke Yelavich <luke.yelavich at canonical.com>

Bug: #331589

It appears that different hda codecs have differing implementations of the
beep code, some offering volume controls to adjust/mute the beep, and others
offering no controls. Since many users find this beep annoying, and not all
codecs allow the beep volume to be controlled, lets get rid of it for now.

Signed-off-by: Luke Yelavich <luke.yelavich at canonical.com>
---
 debian/config/amd64/config |    2 +-
 debian/config/i386/config  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/config/amd64/config b/debian/config/amd64/config
index 600f7d0..270f571 100644
--- a/debian/config/amd64/config
+++ b/debian/config/amd64/config
@@ -2840,7 +2840,7 @@ CONFIG_SND_HDA_CODEC_VIA=y
 CONFIG_SND_HDA_ELD=y
 CONFIG_SND_HDA_GENERIC=y
 # CONFIG_SND_HDA_HWDEP is not set
-CONFIG_SND_HDA_INPUT_BEEP=y
+# CONFIG_SND_HDA_INPUT_BEEP is not set
 CONFIG_SND_HDA_INTEL=m
 CONFIG_SND_HDA_POWER_SAVE=y
 CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
diff --git a/debian/config/i386/config b/debian/config/i386/config
index 36b6132..d56fba2 100644
--- a/debian/config/i386/config
+++ b/debian/config/i386/config
@@ -3052,7 +3052,7 @@ CONFIG_SND_HDA_CODEC_VIA=y
 CONFIG_SND_HDA_ELD=y
 CONFIG_SND_HDA_GENERIC=y
 # CONFIG_SND_HDA_HWDEP is not set
-CONFIG_SND_HDA_INPUT_BEEP=y
+# CONFIG_SND_HDA_INPUT_BEEP is not set
 CONFIG_SND_HDA_INTEL=m
 CONFIG_SND_HDA_POWER_SAVE=y
 CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
-- 
1.6.0.4





More information about the kernel-team mailing list