mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[PR #417] linux: fix connected device detection failure when using wireplumber 0.5.13 #394
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kavishdevar/librepods/pull/417
Author: @jamescarter2001
Created: 1/4/2026
Status: 🔄 Open
Base:
main← Head:wireplumber-connected-device-fix📝 Commits (2)
e4048a2fix connected device detection when using latest wireplumber version69bb94bapply CodeRabbit feedback📊 Changes
4 files changed (+62 additions, -12 deletions)
View changed files
📝
linux/main.cpp(+4 -7)📝
linux/media/mediacontroller.cpp(+3 -3)📝
linux/media/pulseaudiocontroller.cpp(+53 -2)📝
linux/media/pulseaudiocontroller.h(+2 -0)📄 Description
https://github.com/kavishdevar/librepods/issues/418
The latest wireplumber version appears to break the MediaController class's "isActiveOutputDeviceAirPods" check, affecting features such as ear detection and conversational awareness. This appears to be due to a name formatting change when querying the default sink name.
Steps to reproduce in the current version:
This PR fixes the issue.
Summary by CodeRabbit
New Features
Bug Fixes
✏️ Tip: You can customize this high-level summary in your review settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.