[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 5628125097daa6c793787a821453ba4d0f2a8a7d
Darren Salt
linux at youmustbejoking.demon.co.uk
Sat Feb 7 18:13:32 UTC 2009
The following commit has been merged in the master branch:
commit 5628125097daa6c793787a821453ba4d0f2a8a7d
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date: Sat Feb 7 18:09:37 2009 +0000
Blacklist PCM. No longer any need to special-case ALC269 and (possibly) ALC662.
diff --git a/etc/acpi/lib/eeepc-amixer-blacklist b/etc/acpi/lib/eeepc-amixer-blacklist
index ff939ea..707aba3 100644
--- a/etc/acpi/lib/eeepc-amixer-blacklist
+++ b/etc/acpi/lib/eeepc-amixer-blacklist
@@ -1 +1,2 @@
Mic
+PCM
diff --git a/etc/acpi/lib/sound.sh b/etc/acpi/lib/sound.sh
index 57c210f..1348341 100644
--- a/etc/acpi/lib/sound.sh
+++ b/etc/acpi/lib/sound.sh
@@ -25,8 +25,8 @@ configureSound() {
[ "$SOUND_VOLUME_STEP" ] || {
case "$(grep ^00-00 /proc/asound/pcm 2>/dev/null)" in
- *ALC269*|*ALC662*)
- SOUND_VOLUME_STEP=3.125%; ;;
+# *ALC269*|*ALC662*)
+# SOUND_VOLUME_STEP=3.125%; ;;
*) SOUND_VOLUME_STEP=2%; ;;
esac
}
--
Maintenance of eeepc-acpi-scripts debian package
More information about the Debian-eeepc-commits
mailing list