Home
last modified time | relevance | path

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

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