You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-core-admin-linux/vaio-fixes/99sony-vaio-audio

12 lines
161 B

#!/bin/sh
. "${PM_FUNCTIONS}"
date
case "$1" in
suspend) amixer sset Master 0;;
thaw|resume) amixer sset Master 0;;
*) exit 0 ;;
esac