summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorarun <arun@web>2021-08-25 19:20:40 +0000
committerIkiWiki <ikiwiki.info>2021-08-25 19:20:40 +0000
commit90a9dae96283c140357060444efaccb013bf7a17 (patch)
tree65a21cc8ca9f22a5aa296102ec31d30e8f8faffc /Software
parent3bd6b3175ef694354cdc1e1b1f10845d8c32320f (diff)
pulseaudio: Drop a couple of merged MRs from patch status
Diffstat (limited to 'Software')
-rw-r--r--Software/PulseAudio/PatchStatus.mdwn9
1 files changed, 0 insertions, 9 deletions
diff --git a/Software/PulseAudio/PatchStatus.mdwn b/Software/PulseAudio/PatchStatus.mdwn
index d257d0a8..a77cba53 100644
--- a/Software/PulseAudio/PatchStatus.mdwn
+++ b/Software/PulseAudio/PatchStatus.mdwn
@@ -39,11 +39,6 @@ The patches have been ordered by priority, with the highest priority patches at
* There's a bug that needs to be fixed before this can be merged.
* Arun reviewed the first version, and we agreed to have this in 14.0 once the bug is fixed.
-* combine-sink: Set origin_sink for each output stream
- * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/399]]
- * One-liner, looks good if the current usage of origin_sink can handle module-combine-sink.
- * Milestone set to 16.0.
-
* alsa-mixer: Respect XDG base directory spec when loading profile sets
* [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/311]]
* Completes the work started in MR 293 (which is reviewed and waiting for the freeze to end).
@@ -194,10 +189,6 @@ The patches have been ordered by priority, with the highest priority patches at
* [[https://gitlab.freedesktop.org/pulseaudio/pavucontrol/merge_requests/17]]
* New feature. Medium sized change.
-* Tunnel and combine-sink latency fixes
- * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/53]]
- * Fixes latency calculations. Adds a latency configuration modarg to module-tunnel. A somewhat large change, but it's split into 6 patches so the individual patches should be pretty manageable.
-
* Unload bluez5 devices when bluez5-discover is unloaded
* [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/42]]
* Fixes a minor bug: when unloading module-bluez5-discover, the module-bluez5-device modules currently are left loaded. Pretty simple change.