mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
acp: add api.alsa.disable-mixer-path
Don't use the api.alsa.soft-mixer option to disable the path selection but make a new api.alsa.disable-mixer-path. Disabling the path selection might leave cards unusable after suspend, so a separate option is a better idea. See #4311
This commit is contained in:
parent
e9c5ca5978
commit
99c23d5b0e
3 changed files with 20 additions and 6 deletions
|
|
@ -44,6 +44,7 @@ struct pa_card {
|
|||
|
||||
bool use_ucm;
|
||||
bool soft_mixer;
|
||||
bool disable_mixer_path;
|
||||
bool auto_profile;
|
||||
bool auto_port;
|
||||
bool ignore_dB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue