Home
last modified time | relevance | path

Searched refs:PCXHR_SIZE_MAX_CMD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_core.h30 #define PCXHR_SIZE_MAX_CMD 8 macro
39 u32 cmd[PCXHR_SIZE_MAX_CMD];
H A Dpcxhr_core.c602 if (snd_BUG_ON(rmh->cmd_len >= PCXHR_SIZE_MAX_CMD)) in pcxhr_send_msg_nolock()