From 231b0950c587f1712a28856272208c9d6de836cd Mon Sep 17 00:00:00 2001 From: hackerman-kl Date: Tue, 28 Apr 2026 21:43:10 +0200 Subject: [PATCH] milan-avb: descriptors: derive AVB_INTERFACE clock_identity from entity_id --- src/modules/module-avb/descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-avb/descriptors.c b/src/modules/module-avb/descriptors.c index f983cb191..b496d713d 100644 --- a/src/modules/module-avb/descriptors.c +++ b/src/modules/module-avb/descriptors.c @@ -748,7 +748,7 @@ static void init_descriptor_milan_v12(struct server *server) struct avb_aem_desc_avb_interface avb_interface = { .localized_description = htons(DSC_AVB_INTERFACE_LOCALIZED_DESCRIPTION), .interface_flags = htons(DSC_AVB_INTERFACE_INTERFACE_FLAGS), - .clock_identity = htobe64(DSC_AVB_INTERFACE_CLOCK_IDENTITY), + .clock_identity = htobe64(server->entity_id), .priority1 = DSC_AVB_INTERFACE_PRIORITY1, .clock_class = DSC_AVB_INTERFACE_CLOCK_CLASS, .offset_scaled_log_variance = htons(DSC_AVB_INTERFACE_OFFSET_SCALED_LOG_VARIANCE),