summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/a2dp.c')
-rw-r--r--audio/a2dp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/a2dp.c b/audio/a2dp.c
index d1f90fd1..bc9c4013 100644
--- a/audio/a2dp.c
+++ b/audio/a2dp.c
@@ -675,8 +675,7 @@ static gboolean select_sbc_params(struct sbc_codec_cap *cap,
else if (supported->allocation_method & A2DP_ALLOCATION_SNR)
cap->allocation_method = A2DP_ALLOCATION_SNR;
- min_bitpool = MAX(default_bitpool(cap->frequency, cap->channel_mode),
- supported->min_bitpool);
+ min_bitpool = MAX(2, supported->min_bitpool);
max_bitpool = MIN(default_bitpool(cap->frequency, cap->channel_mode),
supported->max_bitpool);