mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
topology: print error prefix on error message.
Let the user know it's an error. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
ecf7fdaeef
commit
b47cf00197
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ int tplg_copy_data(struct tplg_elem *elem, struct tplg_elem *ref)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
SNDERR("elem '%s': type %d private data not supported \n",
|
SNDERR("error: elem '%s': type %d private data not supported \n",
|
||||||
elem->id, elem->type);
|
elem->id, elem->type);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue