Searched refs:NUM_UMP_INFOS (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/core/seq/
H A Dseq_clientmgr.c2100 #define NUM_UMP_INFOS (SNDRV_UMP_MAX_BLOCKS + 1) macro
2108 for (i = 0; i < NUM_UMP_INFOS; i++)
2169 if (type < 0 || type >= NUM_UMP_INFOS)
2204 cptr->ump_info = kcalloc(NUM_UMP_INFOS,

Completed in 173 milliseconds