Update i2samp.sh

try to use only softvol device
This commit is contained in:
Limor "Ladyada" Fried 2017-08-09 23:27:13 -04:00 committed by GitHub
parent 39864bbed1
commit bd579bd4cf

View file

@ -441,10 +441,10 @@ EOL
if [ $bcm2835off == "yes" ]; then
newline
echo "We can now test your $productname"
warning "Set your speakers at a low volume!"
warning "Set your speakers at a low volume if possible!"
if confirm "Do you wish to test your system now?"; then
echo "Testing..."
speaker-test -l5 -c2 -t wav
speaker-test -Dsoftvol -l5 -c2 -t wav
fi
fi
newline