Searched refs:wtask (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 629 #define SST_PATH(wname, wtask, wloc_id, wevent, wflags) \ argument 634 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, } \ 637 #define SST_LINKED_PATH(wname, wtask, wloc_id, linked_wname, wevent, wflags) \ argument 642 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, \ 646 #define SST_PATH_MEDIA_LOOP(wname, wtask, wloc_id, wformat, wevent, wflags) \ argument 650 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, \ 673 #define SST_SWM_MIXER(wname, wreg, wtask, wloc_id, wcontrols, wevent) \ argument 678 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, \
|