Upgrade to evince-3.14.1
[hvlinux.git] / stage3 / bootscripts / alsa
index c0de296..94830dd 100755 (executable)
@@ -7,7 +7,7 @@ source /etc/rc.d/init.d/functions
 
 log_script_name "$0 $*"
 
-alsactl=/usr/sbin/alsactl
+alsactl="/usr/sbin/alsactl -d"
 
 # See how we were called.
 case "$1" in
@@ -18,12 +18,11 @@ case "$1" in
     stop)
        cmd_run_log_box "Saving sound settings" ${alsactl} store
        ;;
-    
+
     *)
         echo "Usage: $0 {start|stop}"
         exit ${EXIT_CODE_FAILURE}
         ;;
-    
 esac
 
 exit 0