init.d/set_audio_volume
author ft
Wed, 13 May 2015 10:21:21 +0200
changeset 5 b2043f5f01ac
permissions -rwxr-xr-x
added alsa audio and scrips to set volume to 100%
     1 #!/bin/sh
     2 
     3 # Set max volume
     4 amixer set Master 100+ unmute
     5 amixer set PCM 100+ unmute