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

Commit e3c892ee authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Automerger Merge Worker
Browse files

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

parents ff99b713 848c7013
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;