From 228bdeeafd2fa33682e743a5c7c17eb8cc36b250 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Thu, 11 Mar 2021 09:04:32 -0800 Subject: [PATCH] pulseaudio: remove loading unneeded modules --- packages/audio/pulseaudio/config/system.pa | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/audio/pulseaudio/config/system.pa b/packages/audio/pulseaudio/config/system.pa index 9136dfa582..5e0eddff8b 100644 --- a/packages/audio/pulseaudio/config/system.pa +++ b/packages/audio/pulseaudio/config/system.pa @@ -19,9 +19,6 @@ # mode. ### Load several protocols -.ifexists module-esound-protocol-unix.so -load-module module-esound-protocol-unix -.endif load-module module-native-protocol-unix ### Automatically restore the volume of streams and devices @@ -45,9 +42,6 @@ load-module module-always-sink ### Automatically suspend sinks/sources that become idle for too long load-module module-suspend-on-idle -### Enable positioned event sounds -load-module module-position-event-sounds - ### Automatically load modules for dbus .ifexists module-dbus-protocol.so load-module module-dbus-protocol