From 8b06236aa0a2c74ff29159ee1c831b56a9c1d492 Mon Sep 17 00:00:00 2001 From: ThisAccountIsLiterallyJustForTangara Date: Mon, 16 Jun 2025 13:45:39 +0200 Subject: revert channel mode change from d6355ea7c9 Reverting one line change in `bta_av_co.c` made in [d6355ea7c9](https://codeberg.org/cool-tech-zone/tangara-fw/commit/d6355ea7c92d02735e11439e597d5da9f06041c4) due to bluetooth device compatibility issues (Soundcore 2, CMF Buds 2a) --- lib/bt/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bt/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c b/lib/bt/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c index 40592baa..3c628d84 100644 --- a/lib/bt/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c +++ b/lib/bt/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c @@ -97,7 +97,7 @@ const tA2D_SBC_CIE bta_av_co_sbc_sink_caps = { /* Default SBC codec configuration */ const tA2D_SBC_CIE btc_av_sbc_default_config = { BTC_AV_SBC_DEFAULT_SAMP_FREQ, /* samp_freq */ - A2D_SBC_IE_CH_MD_DUAL, /* ch_mode */ + A2D_SBC_IE_CH_MD_JOINT, /* ch_mode */ A2D_SBC_IE_BLOCKS_16, /* block_len */ A2D_SBC_IE_SUBBAND_8, /* num_subbands */ A2D_SBC_IE_ALLOC_MD_L, /* alloc_mthd */ -- cgit v1.2.3