3 # Since the latest alsa in kernel 2.6.25 we now have Line-Out instead
4 # of LineOut, added check for this
6 if [ $
(amixer|
grep Line-Out |
wc -l) -gt 0 ];then
14 amixer get
$LINEOUT |
grep "Front Right: Playback"
17 amixer get
$LINEOUT|
grep -A 1 -e Mono|
grep -o -e '[0-9]*%'|
grep -o -e '[0-9]*'
20 # amixer sset LineOut unmute
21 # amixer sset iSpeaker unmute
24 # amixer sset LineOut mute
25 # amixer sset iSpeaker mute