boards/youyeetoo-yy3588: name audio outputs on pipewire too#10146
Open
SuperKali wants to merge 1 commit into
Open
boards/youyeetoo-yy3588: name audio outputs on pipewire too#10146SuperKali wants to merge 1 commit into
SuperKali wants to merge 1 commit into
Conversation
The udev SOUND_DESCRIPTION rule only renames cards on PulseAudio releases, PipeWire (trixie, resolute and later) ignores it, so every output showed as generic Built-in Audio. Add a WirePlumber 0.5 drop-in that sets device.description per card, keeping the udev rule for PulseAudio. Verified on resolute with WirePlumber 0.5.13. Signed-off-by: SuperKali <hello@superkali.me>
Contributor
📝 WalkthroughWalkthroughExtends the ChangesAudio naming configuration
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Description
On PipeWire releases every YY3588 audio output shows up as a generic "Built-in Audio", so HDMI, DisplayPort and the onboard analog codec are impossible to tell apart in the sound settings. The board already renames them for PulseAudio through a udev rule, and this adds the matching WirePlumber drop-in so the names also show on PipeWire.
How Has This Been Tested?
Before, the three outputs were indistinguishable:
After, each one is named:
Checklist:
Summary by CodeRabbit
New Features
Bug Fixes