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

Commit 7080718c authored by Tom Yan's avatar Tom Yan Committed by android-build-merger
Browse files

Merge "a2dp_vendor_ldac: add missing break"

am: 406e1330

Change-Id: I91be0419a5de60d40ca9cc22fedf74573cb2db59
parents 4e28dca9 406e1330
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -910,6 +910,7 @@ bool A2dpCodecConfigLdac::setCodecConfig(const uint8_t* p_peer_codec_info,
        codec_capability_.sample_rate = codec_user_config_.sample_rate;
        codec_config_.sample_rate = codec_user_config_.sample_rate;
      }
      break;
    case BTAV_A2DP_CODEC_SAMPLE_RATE_16000:
    case BTAV_A2DP_CODEC_SAMPLE_RATE_24000:
    case BTAV_A2DP_CODEC_SAMPLE_RATE_NONE: