mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
acp: undo upstream change that breaks duplex mode
This commit is contained in:
parent
92f4831c9f
commit
cdb6c94c8e
1 changed files with 2 additions and 2 deletions
|
|
@ -5131,7 +5131,7 @@ void pa_alsa_profile_set_probe(
|
|||
if (p->output_mappings)
|
||||
PA_IDXSET_FOREACH(m, p->output_mappings, idx)
|
||||
if (m->output_pcm) {
|
||||
found_output = true;
|
||||
found_output |= !p->fallback_output;
|
||||
mapping_paths_probe(m, p, PA_ALSA_DIRECTION_OUTPUT, used_paths, mixers);
|
||||
pa_alsa_init_proplist_pcm(NULL, m->output_proplist, m->output_pcm);
|
||||
}
|
||||
|
|
@ -5139,7 +5139,7 @@ void pa_alsa_profile_set_probe(
|
|||
if (p->input_mappings)
|
||||
PA_IDXSET_FOREACH(m, p->input_mappings, idx)
|
||||
if (m->input_pcm) {
|
||||
found_input = true;
|
||||
found_input |= !p->fallback_input;
|
||||
mapping_paths_probe(m, p, PA_ALSA_DIRECTION_INPUT, used_paths, mixers);
|
||||
pa_alsa_init_proplist_pcm(NULL, m->input_proplist, m->input_pcm);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue