ucm: keep original device name for logs

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2025-11-18 14:55:25 +01:00
parent b3e4b15583
commit 5c4a683bd0
4 changed files with 9 additions and 4 deletions

View file

@ -953,7 +953,7 @@ static int execute_component_seq(snd_use_case_mgr_t *uc_mgr,
int err;
snd_trace(UCM, "execute component sequence '%s': %s", cmpt_seq->device ?
cmpt_seq->device->name : NULL, uc_mgr_enable_str(cmpt_seq->enable));
cmpt_seq->device->orig_name : NULL, uc_mgr_enable_str(cmpt_seq->enable));
/* enter component domain and store cdev for the component */
uc_mgr->in_component_domain = 1;