Compare commits
3 commits
v6.6-order
...
v5.9
Author | SHA1 | Date | |
---|---|---|---|
|
205fd0198d | ||
|
cc75decb61 | ||
|
073ad5d467 |
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ The drivers for [ReSpeaker Mic Hat](https://www.seeedstudio.com/ReSpeaker-2-Mics
|
||||||
### Install seeed-voicecard
|
### Install seeed-voicecard
|
||||||
Get the seeed voice card source code and install all linux kernel drivers
|
Get the seeed voice card source code and install all linux kernel drivers
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/respeaker/seeed-voicecard
|
git clone https://github.com/HinTak/seeed-voicecard.git
|
||||||
cd seeed-voicecard
|
cd seeed-voicecard
|
||||||
sudo ./install.sh
|
sudo ./install.sh
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
|
|
@ -9,7 +9,7 @@ DEST_MODULE_LOCATION[2]="/kernel/sound/soc/bcm"
|
||||||
PATCH[0]="back-to-v4.19.diff"
|
PATCH[0]="back-to-v4.19.diff"
|
||||||
PATCH[1]="back-to-v5.4.diff"
|
PATCH[1]="back-to-v5.4.diff"
|
||||||
PATCH[2]="back-to-v5.8.diff"
|
PATCH[2]="back-to-v5.8.diff"
|
||||||
PATCH_MATCH[0]="4\.19\.*"
|
PATCH_MATCH[0]="^4\.19\.*"
|
||||||
PATCH_MATCH[1]="5\.4\.*"
|
PATCH_MATCH[1]="^5\.4\.*"
|
||||||
PATCH_MATCH[2]="5\.8\.*"
|
PATCH_MATCH[2]="^5\.8\.*"
|
||||||
AUTOINSTALL="yes"
|
AUTOINSTALL="yes"
|
||||||
|
|
Loading…
Reference in a new issue