mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-17 07:00:01 -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
|
|
@ -130,7 +130,7 @@ int _snd_timer_query_hw_open(snd_timer_query_t **timer, char *name,
|
|||
continue;
|
||||
if (_snd_conf_generic_id(id))
|
||||
continue;
|
||||
SNDERR("Unexpected field %s", id);
|
||||
snd_error(TIMER, "Unexpected field %s", id);
|
||||
return -EINVAL;
|
||||
}
|
||||
return snd_timer_query_hw_open(timer, name, mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue