We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the WM8960 SoC codec as part of a custom kernel build at version 5.10.31.
Audio playback works with Seeed's ReSpeaker 2-Mics Pi HAT after enabling a few switches that are off, and adjusting the volume
amixer -c1 sset 'Left Input Mixer Boost' toggle amixer -c1 sset 'Left Output Mixer PCM' toggle amixer -c1 sset 'Right Input Mixer Boost' toggle amixer -c1 sset 'Right Output Mixer PCM' toggle amixer -c1 sset 'Headphone',0 100%,100%
Sound capture however is very noisy, see test.wav.zip produced with
arecord -f cd -Dhw:1 -d5 > test.wav
Seeed's soundcard driver works without issue.
Found no meaningful differences in alsa settings. See asound.state.txt vs seeed-asound.state.txt.
The text was updated successfully, but these errors were encountered:
configs: Add SND_SOC_WM8960=m
f800047
Enable the WM8960 driver module, as used by the wm8960-soundcard overlay. See: #4454 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
Cannot reproduce issue with kernel version 5.15.24.
Sorry, something went wrong.
No branches or pull requests
I'm using the WM8960 SoC codec as part of a custom kernel build at version 5.10.31.
Audio playback works with Seeed's ReSpeaker 2-Mics Pi HAT after enabling a few switches that are off, and adjusting the volume
Sound capture however is very noisy, see test.wav.zip produced with
Seeed's soundcard driver works without issue.
Found no meaningful differences in alsa settings. See asound.state.txt vs seeed-asound.state.txt.
The text was updated successfully, but these errors were encountered: