Home
last modified time | relevance | path

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

/linux/include/sound/sof/
H A Dinfo.h19 #define SOF_IPC_MAX_ELEMS 16 macro
109 struct sof_ipc_window_elem window[SOF_IPC_MAX_ELEMS];
/linux/sound/soc/sof/
H A Dipc3.c527 if (w->num_windows == 0 || w->num_windows > SOF_IPC_MAX_ELEMS) in sof_ipc3_get_ext_windows()