acp: sync with pulseaudio

This commit is contained in:
Wim Taymans 2021-07-21 13:11:17 +02:00
parent 3d372424cc
commit a33df863b4
2 changed files with 28 additions and 25 deletions

View file

@ -5103,7 +5103,7 @@ void pa_alsa_profile_set_probe(
pp += add_profiles_to_probe(pp, ps->profiles, false, false);
pp += add_profiles_to_probe(pp, ps->profiles, false, true);
pp += add_profiles_to_probe(pp, ps->profiles, true, false);
add_profiles_to_probe(pp, ps->profiles, true, true);
pp += add_profiles_to_probe(pp, ps->profiles, true, true);
for (pp = probe_order; *pp; pp++) {
uint32_t idx;