mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
docs: remove backticks
WM8960 soundcard support contains markdown that's not needed. Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
parent
70191d3c87
commit
3337b532eb
|
@ -398,20 +398,16 @@ Ref.:
|
||||||
|
|
||||||
Support for WM8960 based sound cards such as the WM8960 Hi-Fi Sound Card HAT for Raspberry Pi from Waveshare, and ReSpeaker 2 / 4 / 6 Mics Pi HAT from Seeed Studio, can be enabled in `local.conf`
|
Support for WM8960 based sound cards such as the WM8960 Hi-Fi Sound Card HAT for Raspberry Pi from Waveshare, and ReSpeaker 2 / 4 / 6 Mics Pi HAT from Seeed Studio, can be enabled in `local.conf`
|
||||||
|
|
||||||
```conf
|
|
||||||
MACHINE_FEATURES += "wm8960"
|
MACHINE_FEATURES += "wm8960"
|
||||||
```
|
|
||||||
|
|
||||||
You may need to adjust volume and toggle switches that are off by default
|
You may need to adjust volume and toggle switches that are off by default
|
||||||
|
|
||||||
```bash
|
|
||||||
amixer -c1 sset 'Headphone',0 80%,80%
|
amixer -c1 sset 'Headphone',0 80%,80%
|
||||||
amixer -c1 sset 'Speaker',0 80%,80%
|
amixer -c1 sset 'Speaker',0 80%,80%
|
||||||
amixer -c1 sset 'Left Input Mixer Boost' toggle
|
amixer -c1 sset 'Left Input Mixer Boost' toggle
|
||||||
amixer -c1 sset 'Left Output Mixer PCM' toggle
|
amixer -c1 sset 'Left Output Mixer PCM' toggle
|
||||||
amixer -c1 sset 'Right Input Mixer Boost' toggle
|
amixer -c1 sset 'Right Input Mixer Boost' toggle
|
||||||
amixer -c1 sset 'Right Output Mixer PCM' toggle
|
amixer -c1 sset 'Right Output Mixer PCM' toggle
|
||||||
```
|
|
||||||
|
|
||||||
Audio capture on ReSpeaker 2 / 4 / 6 Mics Pi HAT from Seeed Studio is very noisy.
|
Audio capture on ReSpeaker 2 / 4 / 6 Mics Pi HAT from Seeed Studio is very noisy.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user