Update seeed-voicecard to avoid systemd error messages because of failed service start

systemctl restart seeed-voicecard.service
Job for seeed-voicecard.service failed because the control process exited with error code.
See "systemctl status seeed-voicecard.service" and "journalctl -xe" for details.
This commit is contained in:
Andre Marschalek 2020-08-22 15:17:14 +02:00 committed by turmary
parent 2baddde5ba
commit 84247b0037

View file

@ -161,3 +161,5 @@ alsactl restore
if aplay -l | grep -q "bcm2835 ALSA"; then if aplay -l | grep -q "bcm2835 ALSA"; then
amixer cset numid=3 1 || true amixer cset numid=3 1 || true
fi fi
exit 0