Skip to content
New issue

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

bugfix for 32kHz sample rate, was missing #783

Merged
merged 1 commit into from Feb 2, 2015

Conversation

IDC-Dragon
Copy link

Easy one-line fix: the hifiberry_digi driver is not going down to 32 kHz audio sample rate (the lowest for S/PDIF), however the underlying WM8804 codec driver supports and advertises 32 kHz. This was inconsistant, resulted in out-of-pitch playback with 44.1 kHz because the application was thinking it's playing 32 kHz.
With this fix, such problems are gone, tested with aplay and mplayer, 32 kHz plays well. Below, mplayer does correct upsampling, before it was mislead.

pelwell added a commit that referenced this pull request Feb 2, 2015
bugfix for 32kHz sample rate, was missing
@pelwell pelwell merged commit fe8610b into raspberrypi:rpi-3.18.y Feb 2, 2015
pfpacket pushed a commit to pfpacket/linux-rpi-rust that referenced this pull request Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants