pulseaudio: remove module-udev-detect
module-udev-detect blocks the sound interface on boot for about five seconds while detecting the hardware. This patch removes it so that module-detect is used instead, which uses static hardware detection and is faster. https://jira.digi.com/browse/DEL-2218 Signed-off-by: Jose Diaz de Grenu de Pedro <Jose.DiazdeGrenudePedro@digi.com>
This commit is contained in:
parent
25e37ca007
commit
e021f738ee
|
|
@ -0,0 +1,2 @@
|
|||
# Do not include module-udev-detect so that module-detect is used instead
|
||||
RDEPENDS_pulseaudio-server_remove = "pulseaudio-module-udev-detect"
|
||||
Loading…
Reference in New Issue