mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
conf: Make system.pa use udev-detect and not hal-detect.
Also fix a left over reference to HAL in default.pa
This commit is contained in:
parent
33d1de487a
commit
8c012a676d
2 changed files with 4 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ load-module module-card-restore
|
|||
load-module module-augment-properties
|
||||
|
||||
### Load audio drivers statically (it's probably better to not load
|
||||
### these drivers manually, but instead use module-hal-detect --
|
||||
### these drivers manually, but instead use module-udev-detect --
|
||||
### see below -- for doing this automatically)
|
||||
#load-module module-alsa-sink
|
||||
#load-module module-alsa-source device=hw:1,0
|
||||
|
|
|
|||
|
|
@ -20,11 +20,11 @@
|
|||
# mode.
|
||||
|
||||
### Automatically load driver modules depending on the hardware available
|
||||
.ifexists module-hal-detect@PA_SOEXT@
|
||||
load-module module-hal-detect
|
||||
.ifexists module-udev-detect@PA_SOEXT@
|
||||
load-module module-udev-detect
|
||||
.else
|
||||
### Alternatively use the static hardware detection module (for systems that
|
||||
### lack HAL support)
|
||||
### lack udev support)
|
||||
load-module module-detect
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue