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

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

Merge "leaudio: Remove invalid code"

parents b4a88c7d 548bc508
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1854,13 +1854,10 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine {
        /* Cache current set up metadata values for for further possible
         * reconfiguration
         */
        for (struct ase* ase = leAudioDevice->GetFirstActiveAse();
             ase != nullptr; ase = leAudioDevice->GetNextActiveAse(ase)) {
        if (!rsp.metadata.empty()) {
          ase->metadata = rsp.metadata;
        }

        PrepareAndSendUpdateMetadata(group, leAudioDevice,
                                     group->GetContextType());
        break;
      }
      default: