ucm: allow bind modifier to specific instances, other fixes

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2011-01-31 14:24:19 +01:00
parent a16008023e
commit 37c7e2843f
5 changed files with 67 additions and 17 deletions

View file

@ -192,7 +192,7 @@ struct snd_use_case_mgr {
#ifdef UC_MGR_DEBUG
#define uc_dbg SNDERR
#else
#define uc_dbg(fmt, arg...)
#define uc_dbg(fmt, arg...) do { } while (0)
#endif
void uc_mgr_error(const char *fmt, ...);