[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. b2d9f1e8006e251eb17a8163f750709278f877fc
Darren Salt
linux at youmustbejoking.demon.co.uk
Sat Feb 7 18:26:48 UTC 2009
The following commit has been merged in the master branch:
commit b2d9f1e8006e251eb17a8163f750709278f877fc
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date: Sat Feb 7 18:23:01 2009 +0000
Bump the default volume step to 3.125%.
On ALC269 and ALD662, this is 2dB for LineOut.
diff --git a/debian/changelog b/debian/changelog
index 94c7c7a..930651f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,9 +14,8 @@ eeepc-acpi-scripts (1.0.12) UNRELEASED; urgency=low
- Replaced the heuristic for determining which should be fast
notifications with an extra parameter.
- Fast notifications stay around for a bit longer.
- * Made the volume stepping configurable, with the default being hw-dependent
- (the test being of the entry for device 00-00 in /proc/asound/pcm):
- ALC269, which my 901 has, is recognised.
+ * Made the volume stepping configurable, and set the default to 3.125%
+ (which is 2dB for LineOut on at least ALC269 and ALC662).
* When locking the display, if all else fails, try xtrlock.
[ Raphael Geissert ]
diff --git a/etc/acpi/lib/sound.sh b/etc/acpi/lib/sound.sh
index 1348341..6319bcb 100644
--- a/etc/acpi/lib/sound.sh
+++ b/etc/acpi/lib/sound.sh
@@ -27,7 +27,7 @@ configureSound() {
case "$(grep ^00-00 /proc/asound/pcm 2>/dev/null)" in
# *ALC269*|*ALC662*)
# SOUND_VOLUME_STEP=3.125%; ;;
- *) SOUND_VOLUME_STEP=2%; ;;
+ *) SOUND_VOLUME_STEP=3.125%; ;;
esac
}
--
Maintenance of eeepc-acpi-scripts debian package
More information about the Debian-eeepc-commits
mailing list