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

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

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

parents 69f3e0ae 09f65eff
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 {