mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
channelmix: Only filter FC/LFE when present
This commit is contained in:
parent
7b432aec88
commit
0c47ab76a7
2 changed files with 5 additions and 2 deletions
|
|
@ -1255,7 +1255,7 @@ static void set_volume(struct impl *this)
|
|||
float volumes[SPA_AUDIO_MAX_CHANNELS];
|
||||
struct dir *dir = &this->dir[this->direction];
|
||||
|
||||
spa_log_debug(this->log, "%p", this);
|
||||
spa_log_debug(this->log, "%p have_format:%d", this, dir->have_format);
|
||||
|
||||
if (dir->have_format)
|
||||
remap_volumes(this, &dir->format);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue