From 5782ed64053805271fef2da1ffc86777e4f53519 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sun, 20 Dec 2015 23:32:55 -0800 Subject: [PATCH] pulseaudio: remove automatic loading of udev module --- packages/audio/pulseaudio/config/system.pa | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/audio/pulseaudio/config/system.pa b/packages/audio/pulseaudio/config/system.pa index 8eb36df2de..93077d2ccb 100644 --- a/packages/audio/pulseaudio/config/system.pa +++ b/packages/audio/pulseaudio/config/system.pa @@ -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