diff options
author | TanuKaskinen <TanuKaskinen@web> | 2021-10-20 15:33:31 +0000 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2021-10-20 15:33:31 +0000 |
commit | 5ca8765ced8349965db9e3dcdcf2d0d0daee0093 (patch) | |
tree | d7f1fec162af6e86281505e0c5c9210488fe7f67 /Software | |
parent | fbf759e166b54173798262b49ff7e2db8c6e21bf (diff) |
Diffstat (limited to 'Software')
-rw-r--r-- | Software/PulseAudio/PatchStatus.mdwn | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/Software/PulseAudio/PatchStatus.mdwn b/Software/PulseAudio/PatchStatus.mdwn index e15556e5..83faec99 100644 --- a/Software/PulseAudio/PatchStatus.mdwn +++ b/Software/PulseAudio/PatchStatus.mdwn @@ -5,6 +5,14 @@ This page tracks the status of submitted patches that haven't been merged yet. T The patches have been ordered by priority, with the highest priority patches at the top. If your patch is low in the list, there's a real risk that it won't be reviewed at all, because patches are currently submitted at a higher rate than they are reviewed. This is a sad situation, and if you don't like it, please volunteer to become a reviewer! +* WIP: daemon/cmdline: Invert log-level list to match numerical values + * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/647]] + * The .pot file doesn't need to be updated, otherwise looks good. + +* bluetooth/backend-native: Fix inconsistent bracketing and tab-indents + * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/649]] + * The bracketing fixes are unnecessary, the tab fixes are good. + * Configuration checkbox to hide unavailable profiles * [[https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/merge_requests/67]] * The profile drop-down list can get rather long, especially when the sound card has multiple HDMI devices (as is often the case). @@ -92,6 +100,16 @@ The patches have been ordered by priority, with the highest priority patches at * Reports the system battery level to the headset device, used in cars? * Somewhat large change. +* bluetooth: Reduce priority and do not automatically route audio to other computers + * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/644]] + * Changed lines: +32, -0 + * There is some discussion about avoiding automatic routing to phones too. + * Tanu reviewed the MR and requested a small change. + +* bluetooth: Fix device->adapter dependency while releasing discovery + * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/646]] + * Pretty simple fix, but there are opinions that there could be a "more correct" fix. + * Add message commands to enable/disable jack detection per port * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/452]] * This is WIP until Georg gets around to adding persistence support. @@ -245,23 +263,5 @@ The patches have been ordered by priority, with the highest priority patches at ### Patches that need to be prioritized -* bluetooth: Reduce priority and do not automatically route audio to other computers - * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/644]] - * Changed lines: +32, -0 - * There is some discussion about avoiding automatic routing to phones too. - * Tanu reviewed the MR and requested a small change. - -* bluetooth: Fix device->adapter dependency while releasing discovery - * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/646]] - * Pretty simple fix, but there are opinions that there could be a "more correct" fix. - -* WIP: daemon/cmdline: Invert log-level list to match numerical values - * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/647]] - * The .pot file doesn't need to be updated, otherwise looks good. - -* bluetooth/backend-native: Fix inconsistent bracketing and tab-indents - * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/649]] - * The bracketing fixes are unnecessary, the tab fixes are good. - * Bunch of build fixes * [[https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/24]] |