mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-18 22:05:17 -05:00
replace SNDMSG,SYSMSG,SNDERR,SYSERR with new log macros
... with interface identifiers Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
492df4bb94
commit
62c8e635dc
82 changed files with 1292 additions and 1201 deletions
|
|
@ -1552,9 +1552,11 @@ static int simple_add1(snd_mixer_class_t *class, const char *name,
|
|||
snd_mixer_selem_id_free(id);
|
||||
}
|
||||
if (simple->ctls[type].elem) {
|
||||
SNDERR("helem (%s,'%s',%u,%u,%u) appears twice or more",
|
||||
snd_ctl_elem_iface_name(
|
||||
snd_hctl_elem_get_interface(helem)),
|
||||
snd_error(MIXER, "helem (%s,'%s',%u,%u,%u) appears twice or more",
|
||||
snd_ctl_elem_iface_name(
|
||||
|
||||
snd_hctl_elem_get_interface(helem)),
|
||||
|
||||
snd_hctl_elem_get_name(helem),
|
||||
snd_hctl_elem_get_index(helem),
|
||||
snd_hctl_elem_get_device(helem),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue