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

Commit 3a894faa authored by Yun-hao Chung's avatar Yun-hao Chung Committed by Gerrit Code Review
Browse files

Merge "A2DP: Enable SBC 48K sampling frequency for TARGET_FLOSS" into main

parents 3db70dac 526c04b4
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -65,7 +65,11 @@ typedef struct {

/* SBC Source codec capabilities */
static const tA2DP_SBC_CIE a2dp_sbc_source_caps = {
#ifdef TARGET_FLOSS
        (A2DP_SBC_IE_SAMP_FREQ_48 | A2DP_SBC_IE_SAMP_FREQ_44), /* samp_freq */
#else
        (A2DP_SBC_IE_SAMP_FREQ_44), /* samp_freq */
#endif
        (A2DP_SBC_IE_CH_MD_MONO | A2DP_SBC_IE_CH_MD_JOINT), /* ch_mode */
        (A2DP_SBC_IE_BLOCKS_16 | A2DP_SBC_IE_BLOCKS_12 | A2DP_SBC_IE_BLOCKS_8 |
         A2DP_SBC_IE_BLOCKS_4),            /* block_len */