update readme file
This commit is contained in:
parent
dcfaba0069
commit
c309457ae5
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,13 @@ sudo reboot
|
|||
sudo modprobe wm8960
|
||||
sudo dtoverlay seeed-voicecard
|
||||
```
|
||||
Load the driver default.
|
||||
```
|
||||
echo 'wm8960' | sudo tee --append /etc/modules > /dev/null
|
||||
```
|
||||
Invoke usage by adding this to /boot/config.txt:
|
||||
dtoverlay=seeed-voicecard
|
||||
|
||||
Check that the sound card name matches the source code seeed-voicecard.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue