mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-06-02 21:39:27 -04:00
pcm: use new logging for hw_params dump, add pcm_params log interface
This change was omitted. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
ef115c4e59
commit
58e4aa3e33
3 changed files with 23 additions and 16 deletions
|
|
@ -68,7 +68,8 @@ const char *snd_strerror(int errnum);
|
|||
#define SND_ILOG_UCM 10 /**< UCM API */
|
||||
#define SND_ILOG_TOPOLOGY 11 /**< topology API */
|
||||
#define SND_ILOG_ASERVER 12 /**< aserver */
|
||||
#define SND_ILOG_LAST SND_ILOG_ASERVER /**< last known value for interface */
|
||||
#define SND_ILOG_PCM_PARAMS 13 /**< PCM hw_params operations */
|
||||
#define SND_ILOG_LAST SND_ILOG_PCM_PARAMS /**< last known value for interface */
|
||||
|
||||
/**
|
||||
* \brief Log handler callback.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue