ucm: remove uc_dbg macro and callers

Those debug prints are not much useful now.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2025-11-07 15:58:04 +01:00
parent 8c575f32e0
commit 0432be98f9
2 changed files with 2 additions and 20 deletions

View file

@ -30,12 +30,6 @@
* Jaroslav Kysela <perex@perex.cz>
*/
#if 0
#define UC_MGR_DEBUG
#endif
#include "local.h"
#include <pthread.h>
#include "use-case.h"
@ -285,12 +279,6 @@ struct snd_use_case_mgr {
char *cdev;
};
#ifdef UC_MGR_DEBUG
#define uc_dbg SNDERR
#else
#define uc_dbg(fmt, arg...) do { } while (0)
#endif
void uc_mgr_error(const char *fmt, ...);
void uc_mgr_stdout(const char *fmt, ...);