Merge remote-tracking branch 'upstream/master' into v5.7
Conflicts: install.sh
This commit is contained in:
commit
97fd3f2eab
2 changed files with 5 additions and 4 deletions
|
@ -12,6 +12,7 @@ cd seeed-voicecard
|
|||
sudo ./install.sh
|
||||
sudo reboot
|
||||
```
|
||||
It may probably happen that the driver won't compile with the latest kernel when raspbian rolls out new patches to the kernel. If so, please try `sudo ./install.sh --compat-kernel` which uses an older kernel but ensures that the driver can work.
|
||||
|
||||
## ReSpeaker Mic Hat
|
||||
|
||||
|
|
|
@ -73,9 +73,9 @@ echo "remove dkms"
|
|||
rm -rf /var/lib/dkms/seeed-voicecard || true
|
||||
|
||||
echo "remove kernel modules"
|
||||
rm /lib/modules/${uname_r}/kernel/sound/soc/codecs/snd-soc-wm8960.ko || true
|
||||
rm /lib/modules/${uname_r}/kernel/sound/soc/codecs/snd-soc-ac108.ko || true
|
||||
rm /lib/modules/${uname_r}/kernel/sound/soc/bcm/snd-soc-seeed-voicecard.ko || true
|
||||
rm /lib/modules/*/kernel/sound/soc/codecs/snd-soc-wm8960.ko || true
|
||||
rm /lib/modules/*/kernel/sound/soc/codecs/snd-soc-ac108.ko || true
|
||||
rm /lib/modules/*/kernel/sound/soc/bcm/snd-soc-seeed-voicecard.ko || true
|
||||
|
||||
echo "remove $CONFIG configuration"
|
||||
for i in $RPI_HATS; do
|
||||
|
|
Loading…
Reference in a new issue