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:
parent
2baddde5ba
commit
84247b0037
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue