summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorTanuKaskinen <TanuKaskinen@web>2021-05-31 14:57:49 +0000
committerIkiWiki <ikiwiki.info>2021-05-31 14:57:49 +0000
commit6ccd288151aa427e92bcc3fe83b0d85c7f35edf7 (patch)
treeae6dbb3c00b026dbd42c385681ec89b88aea0c77 /Software
parentb2e0cf07586fdbd5ab2eb7a69cb077ebdd1e4ab1 (diff)
Diffstat (limited to 'Software')
-rw-r--r--Software/PulseAudio/PatchStatus.mdwn16
1 files changed, 15 insertions, 1 deletions
diff --git a/Software/PulseAudio/PatchStatus.mdwn b/Software/PulseAudio/PatchStatus.mdwn
index 2d2787e1..3cfbc59a 100644
--- a/Software/PulseAudio/PatchStatus.mdwn
+++ b/Software/PulseAudio/PatchStatus.mdwn
@@ -270,4 +270,18 @@ The patches have been ordered by priority, with the highest priority patches at
### Patches that need to be prioritized
-(nothing here right now)
+* Don't link libpulsecommon with GLib and GTK
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/559]]
+ * Brings the Meson build in line with Autotools.
+ * Small change, but reviewing needs understanding of weak references in linking.
+
+* Properly call format functions, dynamic strings shouldn't be passed as format...
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/563]]
+ * Commit message needs cleanup, otherwise looks good (to Tanu).
+
+* alsa-profiles: Add NI Komplete Audio 6 profiles
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/564]]
+ * Arun already acked this.
+
+* alsa-mixer: only use switch to mute Front in the Headphone path
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/565]]