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:
Jaroslav Kysela 2026-05-28 11:32:25 +02:00
parent ef115c4e59
commit 58e4aa3e33
3 changed files with 23 additions and 16 deletions

View file

@ -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.