Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-ipc.c324 u8 param_buf[WAVES_PARAM_LINES][WAVES_PARAM_COUNT];
1788 if (hsw->param_idx_w > WAVES_PARAM_LINES - 1) { in sst_hsw_store_param_line()
1802 while (hsw->param_idx_r < WAVES_PARAM_LINES) { in sst_hsw_load_param_line()
1811 if (hsw->param_idx_r > WAVES_PARAM_LINES - 1) { in sst_hsw_load_param_line()
Dsst-haswell-ipc.h42 #define WAVES_PARAM_LINES 160 macro