qubes-core-admin-linux/vaio-fixes/99sony-vaio-audio

12 lines
161 B
Plaintext
Raw Normal View History

2013-03-16 17:24:21 +00:00
#!/bin/sh
. "${PM_FUNCTIONS}"
date
case "$1" in
suspend) amixer sset Master 0;;
thaw|resume) amixer sset Master 0;;
*) exit 0 ;;
esac