From 99b180f8380527e68cdb8f98633f67cdd4d40d3d Mon Sep 17 00:00:00 2001 From: Adam Marcus Date: Sun, 21 Jan 2024 19:15:56 +0000 Subject: [PATCH] bluez5: correct endpoint name --- spa/plugins/bluez5/a2dp-codec-aac.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spa/plugins/bluez5/a2dp-codec-aac.c b/spa/plugins/bluez5/a2dp-codec-aac.c index 9d3683c48..194d94a97 100644 --- a/spa/plugins/bluez5/a2dp-codec-aac.c +++ b/spa/plugins/bluez5/a2dp-codec-aac.c @@ -652,8 +652,9 @@ const struct media_codec a2dp_codec_aac = { const struct media_codec a2dp_codec_aac_eld = { .id = SPA_BLUETOOTH_AUDIO_CODEC_AAC_ELD, .codec_id = A2DP_CODEC_MPEG24, - .name = "aac", + .name = "aac_eld", .description = "AAC-ELD", + .endpoint_name = "aac", .fill_caps = NULL, .select_config = codec_select_config, .enum_config = codec_enum_config,