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

Commit 42f185f7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

parents 9d09a74b b13f7729
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--;
    }