mkimage-profiles/features.in/speech/live/image-scripts.d/10-amixer
Michael Shigorin 326142c8f6 speech: handle Headphone output too
...and generalize/de-noise the script a bit.
2013-11-22 21:41:33 +04:00

14 lines
180 B
Bash
Executable File

#!/bin/sh
cat <<EOF > /etc/rc.d/rc.local
#!/bin/sh
for i in Master PCM Headphone; do
amixer set $i 75%
amixer set $i toggle
done >&/dev/null
EOF
chmod 755 /etc/rc.d/rc.local