mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-03 01:40:08 -05:00
ucm: add a basic set of trace/debug log calls
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
66a3d542ac
commit
11235095bf
4 changed files with 69 additions and 15 deletions
|
|
@ -321,6 +321,11 @@ static inline int uc_mgr_has_local_config(snd_use_case_mgr_t *uc_mgr)
|
|||
snd_config_iterator_end(uc_mgr->local_config);
|
||||
}
|
||||
|
||||
static inline const char *uc_mgr_enable_str(bool enable)
|
||||
{
|
||||
return enable ? "enable" : "disable";
|
||||
}
|
||||
|
||||
int uc_mgr_card_open(snd_use_case_mgr_t *uc_mgr);
|
||||
void uc_mgr_card_close(snd_use_case_mgr_t *uc_mgr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue