pulseaudio: remove automatic loading of udev module

This commit is contained in:
Lukas Rusak 2015-12-20 23:32:55 -08:00
parent 0055a70165
commit 5782ed6405

View File

@ -18,14 +18,6 @@
# This startup script is used only if PulseAudio is started in system
# mode.
### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev/hal support)
load-module module-detect
.endif
### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix