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

Commit ff0d15ad authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "leaudio: Fix for bad audio when one earbud connected" am: c99fca95 am: e443606e

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

Change-Id: Idedd79b6707b1d1412b603e2492272a00115ca70
parents f3eb86ad e443606e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2336,7 +2336,11 @@ class LeAudioClientImpl : public LeAudioClient {

      current_source_codec_config = *source_configuration;

      LeAudioClientAudioSource::Start(current_source_codec_config,
      /*Let's always request 2 channels from the framework */
      auto audio_framework_configuration = current_source_codec_config;
      audio_framework_configuration.num_channels = 2;

      LeAudioClientAudioSource::Start(audio_framework_configuration,
                                      audioSinkReceiver);

    } else {