[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 0dca68c1a64ef2ab3ff690028a3e6a5637869dce

Darren Salt linux at youmustbejoking.demon.co.uk
Sat Feb 7 15:05:44 UTC 2009


The following commit has been merged in the master branch:
commit 0dca68c1a64ef2ab3ff690028a3e6a5637869dce
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Sat Feb 7 15:01:17 2009 +0000

    Apply the same volume step for ALC662 as for ALC269 (same reasons).

diff --git a/etc/acpi/lib/sound.sh b/etc/acpi/lib/sound.sh
index f4e9896..57c210f 100644
--- a/etc/acpi/lib/sound.sh
+++ b/etc/acpi/lib/sound.sh
@@ -25,7 +25,8 @@ configureSound() {
 
     [ "$SOUND_VOLUME_STEP" ] || {
 	 case "$(grep ^00-00 /proc/asound/pcm 2>/dev/null)" in
-	     *ALC269*)	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