summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThisAccountIsLiterallyJustForTangara <thisaccountisliterallyjustfortangara@noreply.codeberg.org>2025-06-16 13:45:39 +0200
committerThisAccountIsLiterallyJustForTangara <thisaccountisliterallyjustfortangara@noreply.codeberg.org>2025-06-16 13:45:39 +0200
commit8b06236aa0a2c74ff29159ee1c831b56a9c1d492 (patch)
treef9dfa6df885391d81942b80351119a3e6833389a
parentff57a5a30b19c3ec28110cf08a7fd2030409744b (diff)
downloadtangara-fw-8b06236aa0a2c74ff29159ee1c831b56a9c1d492.tar.gz
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)
-rw-r--r--lib/bt/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c2
1 files changed, 1 insertions, 1 deletions
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 */