mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
module-devd-detect: new module for soundcard hotplug on FreeBSD
Used in addition to module-detect, since devd only provides hotplug events. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/277>
This commit is contained in:
parent
0f70a6f519
commit
72792db74c
5 changed files with 153 additions and 0 deletions
|
|
@ -67,6 +67,12 @@ load-module module-coreaudio-detect
|
|||
### Use the static hardware detection module (for systems that lack udev support)
|
||||
load-module module-detect
|
||||
.endif
|
||||
ifelse(@OS_IS_FREEBSD@, 1, [dnl
|
||||
### FreeBSD devd is used in addition to static detection (only handles hotplug)
|
||||
.ifexists module-devd-detect@PA_SOEXT@
|
||||
load-module module-devd-detect
|
||||
.endif
|
||||
])dnl
|
||||
|
||||
### Automatically connect sink and source if JACK server is present
|
||||
.ifexists module-jackdbus-detect@PA_SOEXT@
|
||||
|
|
|
|||
|
|
@ -39,6 +39,12 @@ load-module module-coreaudio-detect
|
|||
### Use the static hardware detection module (for systems that lack udev/hal support)
|
||||
load-module module-detect
|
||||
.endif
|
||||
ifelse(@OS_IS_FREEBSD@, 1, [dnl
|
||||
### FreeBSD devd is used in addition to static detection (only handles hotplug)
|
||||
.ifexists module-devd-detect@PA_SOEXT@
|
||||
load-module module-devd-detect
|
||||
.endif
|
||||
])dnl
|
||||
|
||||
### Load several protocols
|
||||
.ifexists module-esound-protocol-unix@PA_SOEXT@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue