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

Commit 971d3988 authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Merge "leaudio: Make sure Audio HAL is always notified corretly" am:...

Merge "leaudio: Make sure Audio HAL is always notified corretly" am: e487d777 am: cb64b3b6 am: 468c6fc8 am: ea551695 am: 61efcca3

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2030114



Change-Id: I1d3c4fe16c9c90282d775c7e95afd2d1bb8bd684
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents db9867ba 61efcca3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2484,8 +2484,7 @@ class LeAudioClientImpl : public LeAudioClient {
  }

  void SuspendAudio(void) {
    audio_receiver_state_ = AudioState::IDLE;
    audio_sender_state_ = AudioState::IDLE;
    CancelStreamingRequest();

    if (lc3_encoder_left_mem) {
      free(lc3_encoder_left_mem);