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 <andyross@google.com>
This commit is contained in:
Andy Ross 2024-06-25 16:06:27 -07:00 committed by Liam Girdwood
parent 8d32cef155
commit 547b6cb7ef
1 changed files with 4 additions and 3 deletions

View File

@ -9,9 +9,10 @@
#include <sof/lib/uuid.h>
#include <sof/trace/trace.h>
/* 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,