overlays: wm8960-soundcard: Add media parameter - #7577
Merged
Conversation
zjzhao-eda
force-pushed
the
wm8960-media
branch
from
August 27, 2026 03:41
afe77b8 to
84be886
Compare
pelwell
reviewed
Aug 27, 2026
| @@ -1,4 +1,5 @@ | |||
| // Definitions for Waveshare WM8960 https://github.com/waveshare/WM8960-Audio-HAT | |||
| // Extended with EDATEC media board support via the "media" parameter. | |||
Contributor
There was a problem hiding this comment.
This addition is a bit unnecessary
zjzhao-eda
force-pushed
the
wm8960-media
branch
from
August 28, 2026 01:11
84be886 to
d468332
Compare
Add optional media board support to the wm8960-soundcard overlay: - mclk: Overrides the MCLK clock frequency (default 12.288 MHz) - media: Switches to the media board configuration: 24 MHz MCLK, enables headphone jack detection (wlf,hp-cfg) and an on-board microphone / dual speaker sound card. The parameters are implemented as dormant fragments and have no effect unless explicitly activated, preserving full backward compatibility with existing configurations. Tested on Raspberry Pi 5 (EDATEC media board) with: dtoverlay=wm8960-soundcard,media=on Signed-off-by: zjzhao <zjzhao@edatec.cn>
zjzhao-eda
force-pushed
the
wm8960-media
branch
from
August 28, 2026 01:14
d468332 to
4a3c4f9
Compare
Contributor
Author
|
Thank you for the review; all revisions have been made. Please let me know if there are any further issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add optional media board support to the wm8960-soundcard overlay:
The parameters are implemented as dormant fragments and have no effect unless explicitly activated, preserving full backward compatibility with existing configurations.
Tested on Raspberry Pi 5 (EDATEC media board) with:
dtoverlay=wm8960-soundcard,media=on