mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
acp: emit param change when port changed
This commit is contained in:
parent
6d41e17ca3
commit
b896d65723
4 changed files with 45 additions and 15 deletions
|
|
@ -1144,7 +1144,7 @@ int pa_alsa_path_select(pa_alsa_path *p, pa_alsa_setting *s, snd_mixer_t *m, boo
|
|||
pa_assert(m);
|
||||
pa_assert(p);
|
||||
|
||||
pa_log_debug("Activating path %s", p->name);
|
||||
pa_log_info("Activating path %s", p->name);
|
||||
pa_alsa_path_dump(p);
|
||||
|
||||
/* First turn on hw mute if available, to avoid noise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue