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:
Wim Taymans 2024-09-24 13:14:17 +02:00
parent e9c5ca5978
commit 99c23d5b0e
3 changed files with 20 additions and 6 deletions

View file

@ -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;