diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-03-28 14:34:45 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-03-28 14:34:45 +1100 |
| commit | d6355ea7c92d02735e11439e597d5da9f06041c4 (patch) | |
| tree | 77f7daddf9418e74b67902818dd5503f7f113d42 /lib/bt | |
| parent | ee29c25b29eaa4fac4e897442634b69ecc8d8125 (diff) | |
| download | tangara-fw-d6355ea7c92d02735e11439e597d5da9f06041c4.tar.gz | |
Use dual-channel SBC encoding instead of joint-stereo
Diffstat (limited to 'lib/bt')
| -rw-r--r-- | lib/bt/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c | 2 |
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 87def766..f8f4d7e0 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_JOINT, /* ch_mode */ + A2D_SBC_IE_CH_MD_DUAL, /* ch_mode */ A2D_SBC_IE_BLOCKS_16, /* block_len */ A2D_SBC_IE_SUBBAND_8, /* num_subbands */ A2D_SBC_IE_ALLOC_MD_L, /* alloc_mthd */ |
