Home
last modified time | relevance | path

Searched defs:ump_info (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/core/seq/
H A Dseq_clientmgr.h64 void **ump_info; member
H A Dseq_ump_client.c52 void *ump_info[SNDRV_UMP_MAX_BLOCKS + 1]; /* shadow of seq client ump_info */ member
/openbmc/linux/sound/core/
H A Dump.c18 #define ump_info(ump, fmt, args...) dev_info((ump)->core.dev, fmt, ##args) macro