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:
Wim Taymans 2022-12-06 13:39:45 +01:00
parent 2ed7afb76c
commit 80cb1d2566
2 changed files with 6 additions and 6 deletions

View file

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