-
Notifications
You must be signed in to change notification settings - Fork 721
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
bpftool: add aarch64 to COMPATIBLE_HOST #617
Closed
Closed
Conversation
This file contains 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
fixed with b53a59f |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 30, 2024
WirePlumber 0.5.5 Highlights: Hotfix release to address crashes in the Bluetooth HSP/HFP autoswitch functionality that were side-effects of some changes that were part of the role-based linking policy (openembedded#682) Improvements: wpctl will now properly show a '*' in front of sink filters when they are selected as the default sink (!660) Past releases WirePlumber 0.5.4 Highlights: Refactored the role-based linking policy (previously known also as "endpoints" or "virtual items" policy) to blend in with the standard desktop policy. It is now possible use role-based sinks alongside standard desktop audio operations and they will only be used for streams that have a "media.role" defined. It is also possible to force streams to have a media.role, using a setting. Other features include: blending with smart filters in the graph and allowing hardware DSP nodes to be also used easily instead of requiring software loopbacks for all roles. (openembedded#610, !649) Improvements: Filters that are not declared as smart will now behave again as normal application streams, instead of being treated sometimes differently (!657) Fixes: Fixed an issue that would cause WirePlumber to crash at startup if an empty configuration file was present in one of the search paths (openembedded#671) Fixed Bluetooth profile auto-switching when a filter is permanently linked to the Bluetooth source (!650) Fixed an issue in the software-dsp script that would cause DSP filters to stay around and cause issues after their device node was destroyed (!651) Fixed an issue in the autoswitch-bluetooth-profile script that could cause an infinite loop of switching between profiles (!652, openembedded#617) Fixed a rare issue that could cause WirePlumber to crash when dealing with a device object that didn't have the "device.name" property set (openembedded#674) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 1, 2024
WirePlumber 0.5.5 Highlights: Hotfix release to address crashes in the Bluetooth HSP/HFP autoswitch functionality that were side-effects of some changes that were part of the role-based linking policy (openembedded#682) Improvements: wpctl will now properly show a '*' in front of sink filters when they are selected as the default sink (!660) Past releases WirePlumber 0.5.4 Highlights: Refactored the role-based linking policy (previously known also as "endpoints" or "virtual items" policy) to blend in with the standard desktop policy. It is now possible use role-based sinks alongside standard desktop audio operations and they will only be used for streams that have a "media.role" defined. It is also possible to force streams to have a media.role, using a setting. Other features include: blending with smart filters in the graph and allowing hardware DSP nodes to be also used easily instead of requiring software loopbacks for all roles. (openembedded#610, !649) Improvements: Filters that are not declared as smart will now behave again as normal application streams, instead of being treated sometimes differently (!657) Fixes: Fixed an issue that would cause WirePlumber to crash at startup if an empty configuration file was present in one of the search paths (openembedded#671) Fixed Bluetooth profile auto-switching when a filter is permanently linked to the Bluetooth source (!650) Fixed an issue in the software-dsp script that would cause DSP filters to stay around and cause issues after their device node was destroyed (!651) Fixed an issue in the autoswitch-bluetooth-profile script that could cause an infinite loop of switching between profiles (!652, openembedded#617) Fixed a rare issue that could cause WirePlumber to crash when dealing with a device object that didn't have the "device.name" property set (openembedded#674) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 2, 2024
WirePlumber 0.5.5 Highlights: Hotfix release to address crashes in the Bluetooth HSP/HFP autoswitch functionality that were side-effects of some changes that were part of the role-based linking policy (openembedded#682) Improvements: wpctl will now properly show a '*' in front of sink filters when they are selected as the default sink (!660) Past releases WirePlumber 0.5.4 Highlights: Refactored the role-based linking policy (previously known also as "endpoints" or "virtual items" policy) to blend in with the standard desktop policy. It is now possible use role-based sinks alongside standard desktop audio operations and they will only be used for streams that have a "media.role" defined. It is also possible to force streams to have a media.role, using a setting. Other features include: blending with smart filters in the graph and allowing hardware DSP nodes to be also used easily instead of requiring software loopbacks for all roles. (openembedded#610, !649) Improvements: Filters that are not declared as smart will now behave again as normal application streams, instead of being treated sometimes differently (!657) Fixes: Fixed an issue that would cause WirePlumber to crash at startup if an empty configuration file was present in one of the search paths (openembedded#671) Fixed Bluetooth profile auto-switching when a filter is permanently linked to the Bluetooth source (!650) Fixed an issue in the software-dsp script that would cause DSP filters to stay around and cause issues after their device node was destroyed (!651) Fixed an issue in the autoswitch-bluetooth-profile script that could cause an infinite loop of switching between profiles (!652, openembedded#617) Fixed a rare issue that could cause WirePlumber to crash when dealing with a device object that didn't have the "device.name" property set (openembedded#674) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
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.
bpftool: add aarch64 to COMPATIBLE_HOST