mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
acp: ignore_dB should be passed around to device
Don't only use the ignore_dB property for the profile sets but also when setting up the mixer of a device, like pulseaudio does.
This commit is contained in:
parent
2ed7afb76c
commit
80cb1d2566
2 changed files with 6 additions and 6 deletions
|
|
@ -46,6 +46,7 @@ struct pa_card {
|
|||
bool soft_mixer;
|
||||
bool auto_profile;
|
||||
bool auto_port;
|
||||
bool ignore_dB;
|
||||
|
||||
pa_alsa_ucm_config ucm;
|
||||
pa_alsa_profile_set *profile_set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue