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

Commit 848c7013 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Gerrit Code Review
Browse files

Merge "leaudio: Early offloader notification about stream release" into main

parents 2c8678b7 21ed2362
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -5347,7 +5347,6 @@ public:
          handleAsymmetricPhyForUnicast(group);
          UpdateLocationsAndContextsAvailability(group);
          if (group->IsPendingConfiguration()) {
            SuspendedForReconfiguration();
            auto remote_direction = kLeAudioContextAllRemoteSource.test(configuration_context_type_)
                                            ? bluetooth::le_audio::types::kLeAudioDirectionSource
                                            : bluetooth::le_audio::types::kLeAudioDirectionSink;
@@ -5415,6 +5414,10 @@ public:
          audio_receiver_state_ = AudioState::RELEASING;
        }

        if (group && group->IsPendingConfiguration()) {
          log::info("Releasing for reconfiguration, don't send anything on CISes");
          SuspendedForReconfiguration();
        }
        break;
      default:
        break;