Searched refs:wtask (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 638 #define SST_PATH(wname, wtask, wloc_id, wevent, wflags) \ argument 643 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, } \ 646 #define SST_LINKED_PATH(wname, wtask, wloc_id, linked_wname, wevent, wflags) \ argument 651 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, \ 655 #define SST_PATH_MEDIA_LOOP(wname, wtask, wloc_id, wformat, wevent, wflags) \ argument 659 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, \ 682 #define SST_SWM_MIXER(wname, wreg, wtask, wloc_id, wcontrols, wevent) \ argument 687 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, \
|