mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
enable module-hal-detect in the default configuration file only if HAL support is enabled (closes #30)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1401 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bf83a961d5
commit
f1021b9e0b
2 changed files with 5 additions and 3 deletions
|
|
@ -27,11 +27,11 @@
|
|||
#load-module module-pipe-sink
|
||||
|
||||
### Automatically load driver modules depending on the hardware available
|
||||
load-module module-hal-detect
|
||||
@HAVE_HAL_TRUE@load-module module-hal-detect
|
||||
|
||||
### Alternatively use the static hardware detection module (for systems that
|
||||
### lack HAL support
|
||||
#load-module module-detect
|
||||
@HAVE_HAL_FALSE@load-module module-detect
|
||||
|
||||
### Load audio drivers automatically on access
|
||||
#add-autoload-sink output module-oss device="/dev/dsp" sink_name=output source_name=input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue