bluez5: SBC-XQ does not need its own endpoint

The endpoint caps are identical for SBC and SBC-XQ, so they can share
the same endpoint.

This reduces the number of registered endpoints by one.
This commit is contained in:
Pauli Virtanen 2022-10-23 14:24:07 +03:00
parent c387506f63
commit 45385b2b66

View file

@ -645,7 +645,8 @@ const struct media_codec a2dp_codec_sbc_xq = {
.codec_id = A2DP_CODEC_SBC,
.name = "sbc_xq",
.description = "SBC-XQ",
.fill_caps = codec_fill_caps,
.endpoint_name = "sbc",
.fill_caps = NULL,
.select_config = codec_select_config,
.enum_config = codec_enum_config,
.validate_config = codec_validate_config,