Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-ipc.c318 u8 param_buf[WAVES_PARAM_LINES][WAVES_PARAM_COUNT];
1781 if (hsw->param_idx_w > WAVES_PARAM_LINES - 1) { in sst_hsw_store_param_line()
1795 while (hsw->param_idx_r < WAVES_PARAM_LINES) { in sst_hsw_load_param_line()
1804 if (hsw->param_idx_r > WAVES_PARAM_LINES - 1) { in sst_hsw_load_param_line()
Dsst-haswell-ipc.h35 #define WAVES_PARAM_LINES 160 macro