mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
alsa: add option to disable pro-audio profiles
Some devices might have nonfunctional 'Pro Audio' sound. This patch adds a new 'api.acp.disable-pro-audio' option to disable pro-audio profile entirely.
This commit is contained in:
parent
653e1578a1
commit
a8b9ce2050
2 changed files with 5 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ struct pa_card {
|
|||
bool auto_profile;
|
||||
bool auto_port;
|
||||
bool ignore_dB;
|
||||
bool disable_pro_audio;
|
||||
uint32_t rate;
|
||||
uint32_t pro_channels;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue