summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2012-05-11 11:12:16 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-06-01 14:58:55 +0530
commit6a7e5ce434581759cba6e4962048835c4bdfb6bf (patch)
tree8fcf5cf86c49bb2afbb5e5a42251ae5b807da70e /data
parent5012f2866d33b1bbc53a5df9ca6a05d411b36be9 (diff)
Clean up the list of modules that are loaded by default
Diffstat (limited to 'data')
-rw-r--r--data/pulseaudio/system.pa15
1 files changed, 4 insertions, 11 deletions
diff --git a/data/pulseaudio/system.pa b/data/pulseaudio/system.pa
index 4c65973..41e83fb 100644
--- a/data/pulseaudio/system.pa
+++ b/data/pulseaudio/system.pa
@@ -22,22 +22,17 @@
load-module module-alsa-card device_id=0
#load-module module-alsa-sink device_id=1
+# XXX: We need to figure out a way to specify what devices exist / may exist,
+# or autodetect.
### Automatically load driver modules depending on the hardware available
-.ifexists module-detect.so
+#.ifexists module-detect.so
### Use the static hardware detection module (for systems that lack udev/hal support)
#load-module module-detect
-.endif
+#.endif
### Load several protocols
-.ifexists module-esound-protocol-unix.so
-load-module module-esound-protocol-unix
-.endif
load-module module-native-protocol-unix auth-anonymous=yes
-### Automatically restore the volume of streams and devices
-load-module module-stream-restore
-load-module module-device-restore
-
### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
@@ -59,5 +54,3 @@ 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