mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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
|
alsactl restore -f $HOME/.config/sound.conf
|
||||||
|
|
||||||
else
|
else
|
||||||
|
for i in `seq 0 9` ; do
|
||||||
# wtf ?!
|
|
||||||
for i in `seq 1 10` ; do
|
|
||||||
# set common mixer params
|
# set common mixer params
|
||||||
mixer $i Master 100%
|
mixer $i Master 100%
|
||||||
mixer $i Front 100%
|
mixer $i Front 100%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user