mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-06 01:40:09 -05:00
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:
parent
8c575f32e0
commit
0432be98f9
2 changed files with 2 additions and 20 deletions
|
|
@ -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, ...);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue