waveshare / WM8960-Audio-HAT

The drivers of [WM8960 Audio HAT] for Raspberry Pi
GNU General Public License v3.0
100 stars 65 forks source link

Fix wm8960-soundcard failure due to `alsactl restore` #58

Open huipengzhao opened 1 month ago

huipengzhao commented 1 month ago

A non-zero return code of the alsactl restore shall not affect the whole script's return code. Otherwise the service will be failed, and the systemctl status wm8960-soundcard.service will show a failure state.