mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: add option to skip the busy check
Makes the card exposed even if some of the pcms are busy. Fixes #3914
This commit is contained in:
parent
e2ad924cbb
commit
4db0811878
2 changed files with 9 additions and 0 deletions
|
|
@ -218,6 +218,10 @@ UNDOCUMENTED
|
|||
@PAR@ device-param alsa.use-acp # boolean
|
||||
Use \ref device-param__alsa_card_profiles "ALSA Card Profiles" (ACP) for device configuration.
|
||||
|
||||
@PAR@ device-param alsa.udev.expose-busy # boolean
|
||||
Expose the ALSA card even if it is busy/in use. Default false. This can be useful when some
|
||||
of the PCMs are in use by other applications but the other free PCMs should still be exposed.
|
||||
|
||||
## Device properties
|
||||
|
||||
@PAR@ device-param api.alsa.path # string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue