mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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
30f01b117e
commit
cc8b88cb51
2 changed files with 9 additions and 0 deletions
|
|
@ -202,6 +202,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