summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/unix.c b/audio/unix.c
index 8cdb1323..5d049dbc 100644
--- a/audio/unix.c
+++ b/audio/unix.c
@@ -538,7 +538,7 @@ static int cfg_to_caps(struct ipc_data_cfg *cfg, struct sbc_codec_cap *sbc_cap)
else if (sbc->bitpool > 0)
sbc_cap->min_bitpool = sbc_cap->max_bitpool = sbc->bitpool;
else {
- sbc->bitpool = 53;
+ sbc->bitpool = 32;
sbc_cap->min_bitpool = 2;
sbc_cap->max_bitpool = sbc->bitpool;
}