Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-ipc.c327 u8 param_buf[WAVES_PARAM_LINES][WAVES_PARAM_COUNT];
1786 if (hsw->param_idx_w > WAVES_PARAM_LINES - 1) { in sst_hsw_store_param_line()
1800 while (hsw->param_idx_r < WAVES_PARAM_LINES) { in sst_hsw_load_param_line()
1809 if (hsw->param_idx_r > WAVES_PARAM_LINES - 1) { in sst_hsw_load_param_line()
Dsst-haswell-ipc.h44 #define WAVES_PARAM_LINES 160 macro