Home
last modified time | relevance | path

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

/Linux-v5.10/include/sound/sof/
Dinfo.h19 #define SOF_IPC_MAX_ELEMS 16 macro
104 struct sof_ipc_window_elem window[SOF_IPC_MAX_ELEMS];
/Linux-v5.10/sound/soc/sof/
Dloader.c24 if (w->num_windows == 0 || w->num_windows > SOF_IPC_MAX_ELEMS) in get_ext_windows()