Commit 326142c8 authored by Michael Shigorin's avatar Michael Shigorin

speech: handle Headphone output too

...and generalize/de-noise the script a bit.
parent e469a19e
......@@ -3,10 +3,10 @@
cat <<EOF > /etc/rc.d/rc.local
#!/bin/sh
amixer set Master 75%
amixer set Master toggle
amixer set PCM 75%
amixer set PCM toggle
for i in Master PCM Headphone; do
amixer set $i 75%
amixer set $i toggle
done >&/dev/null
EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment