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/00sony-vaio-audio

9 lines
117 B

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