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

Commit e89c75ef authored by Thomas Girardier's avatar Thomas Girardier Committed by Gerrit Code Review
Browse files

Merge "A2DP: Default to use SBC 48K sampling frequency for TARGET_FLOSS" into main

parents 3f2c1230 ce3f5d85
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -96,7 +96,11 @@ static const tA2DP_SBC_CIE a2dp_sbc_sink_caps = {

/* Default SBC codec configuration */
const tA2DP_SBC_CIE a2dp_sbc_default_config = {
        A2DP_SBC_IE_SAMP_FREQ_44,          /* samp_freq */
#ifdef TARGET_FLOSS
        (A2DP_SBC_IE_SAMP_FREQ_48), /* samp_freq */
#else
        (A2DP_SBC_IE_SAMP_FREQ_44), /* samp_freq */
#endif
        A2DP_SBC_IE_CH_MD_JOINT,           /* ch_mode */
        A2DP_SBC_IE_BLOCKS_16,             /* block_len */
        A2DP_SBC_IE_SUBBAND_8,             /* num_subbands */