Compare commits

...

3 commits

Author SHA1 Message Date
HinTak
205fd0198d
Merge pull request #5 from ericfont/patch-1
clone from this fork, not from the original
2024-01-10 16:04:26 +00:00
Hin-Tak Leung
cc75decb61 Attempt to fix mis-match to "5.15.84.x 2023-01-23 11:51:28 +00:00
Eric Fontaine
073ad5d467
clone from this fork, not from the original 2021-06-16 01:52:58 -04:00
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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"