From 547b6cb7ef8b3551f0b32e8c471497c404b2b4ae Mon Sep 17 00:00:00 2001 From: Andy Ross Date: Tue, 25 Jun 2024 16:06:27 -0700 Subject: [PATCH] rembrandt/acp_sw_audio_dai: Regenerate UUID This DAI driver got labelled with the same UUID as the "hsdai" component, which is illegal. Generate a new UUID. This is relatively safe, as DAIs are fixed with hardware and don't get referenced by ID in external topology. Still frustrating to have to do. Signed-off-by: Andy Ross --- src/drivers/amd/rembrandt/acp_sw_audio_dai.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/drivers/amd/rembrandt/acp_sw_audio_dai.c b/src/drivers/amd/rembrandt/acp_sw_audio_dai.c index 82e824ad6..c7e53b759 100644 --- a/src/drivers/amd/rembrandt/acp_sw_audio_dai.c +++ b/src/drivers/amd/rembrandt/acp_sw_audio_dai.c @@ -9,9 +9,10 @@ #include #include -/* 8f00c3bb-e835-4767-9a34-b8ec1041e56b */ -SOF_DEFINE_UUID("swaudiodai", swaudiodai_uuid, 0x8f00c3bb, 0xe835, 0x4767, - 0x9a, 0x34, 0xb8, 0xec, 0x10, 0x41, 0xe5, 0x6b); +/* eb0bd14b-7d5e-4dfa-bbe2-7762adb279f0 */ +SOF_DEFINE_UUID("swaudiodai", swaudiodai_uuid, 0xeb0bd14b, 0x7d5e, 0x4dfa, + 0xbb, 0xe2, 0x77, 0x62, 0xad, 0xb2, 0x79, 0xf0); + DECLARE_TR_CTX(swaudiodai_tr, SOF_UUID(swaudiodai_uuid), LOG_LEVEL_INFO); static inline int swaudiodai_set_config(struct dai *dai, struct ipc_config_dai *common_config,