[Git][pulseaudio/pavucontrol][master] More fixes for not inhibiting autosuspend

Arun Raghavan (@arun) gitlab at gitlab.freedesktop.org
Wed Jun 4 10:56:17 UTC 2025



Arun Raghavan pushed to branch master at PulseAudio / pavucontrol


Commits:
cd7bd578 by Arun Raghavan at 2025-06-04T16:24:52+05:30
More fixes for not inhibiting autosuspend

Makes sure the sink input monitor stream doesn't keep the monitor source
(and thus the sink) open.

- - - - -


1 changed file:

- src/mainwindow.cc


Changes:

=====================================
src/mainwindow.cc
=====================================
@@ -712,7 +712,7 @@ void MainWindow::createMonitorStreamForSinkInput(SinkInputWidget* w, uint32_t si
         w->peak = NULL;
     }
 
-    w->peak = createMonitorStreamForSource(sinkWidgets[sink_idx]->monitor_index, w->index);
+    w->peak = createMonitorStreamForSource(sinkWidgets[sink_idx]->monitor_index, w->index, true);
 }
 
 void MainWindow::updateSource(const pa_source_info &info) {



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/commit/cd7bd578aed022a3dc9c2c7c111519f940435c83

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/commit/cd7bd578aed022a3dc9c2c7c111519f940435c83
You're receiving this email because of your account on gitlab.freedesktop.org.




More information about the pulseaudio-commits mailing list