mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
alsa-utils: fix soundconfig script, thanks to 'seo'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2377b11b87
commit
8df1375206
@ -36,9 +36,7 @@ if [ -f $HOME/.config/sound.conf ]; then
|
||||
alsactl restore -f $HOME/.config/sound.conf
|
||||
|
||||
else
|
||||
|
||||
# wtf ?!
|
||||
for i in `seq 1 10` ; do
|
||||
for i in `seq 0 9` ; do
|
||||
# set common mixer params
|
||||
mixer $i Master 100%
|
||||
mixer $i Front 100%
|
||||
|
Loading…
x
Reference in New Issue
Block a user