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

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

Merge "leaudio: Fix calculating needed ases"

parents 9f697e83 d7cf3bfc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -93,10 +93,10 @@ void get_cis_count(const AudioSetConfigurations* audio_set_confs,
        break;
      }
      if (ent.direction == kLeAudioDirectionSink) {
        snk_src_pair.first += ent.device_cnt;
        snk_src_pair.first += ent.ase_cnt;
      }
      if (ent.direction == kLeAudioDirectionSource) {
        snk_src_pair.second += ent.device_cnt;
        snk_src_pair.second += ent.ase_cnt;
      }
    }