a2dp: improve codec specific transport socket send buffer size setting

This commit is contained in:
Huang-Huang 2021-01-31 09:01:40 +08:00
parent 60aef11072
commit c778bd734c
No known key found for this signature in database
GPG key ID: 33C3271387A13D1B
5 changed files with 11 additions and 11 deletions

View file

@ -341,8 +341,6 @@ const struct a2dp_codec a2dp_codec_aptx = {
.codec_id = APTX_CODEC_ID },
.name = "aptx",
.description = "aptX",
.send_fill_frames = 2,
.recv_fill_frames = 2,
.fill_caps = codec_fill_caps,
.select_config = codec_select_config,
.enum_config = codec_enum_config,
@ -366,8 +364,6 @@ const struct a2dp_codec a2dp_codec_aptx_hd = {
.codec_id = APTX_HD_CODEC_ID },
.name = "aptx_hd",
.description = "aptX HD",
.send_fill_frames = 2,
.recv_fill_frames = 2,
.fill_caps = codec_fill_caps,
.select_config = codec_select_config,
.enum_config = codec_enum_config,