Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b13f7729 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "leaudio: Fix choosing configuration based on ase cnt"

parents 88938096 c41820ea
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -885,6 +885,11 @@ bool LeAudioDeviceGroup::IsConfigurationSupported(
        if (needed_ase == 0) break;
      }

      if (needed_ase > 0) {
        LOG_DEBUG("Device has too less ASEs. Still needed ases %d", needed_ase);
        return false;
      }

      required_device_cnt--;
    }