Lines Matching defs:wloc_id
620 #define SST_DAPM_OUTPUT(wname, wloc_id, wtask_id, wformat, wevent) \
625 .priv = (void *)&(struct sst_ids) { .location_id = wloc_id, .task_id = wtask_id,\
629 #define SST_PATH(wname, wtask, wloc_id, wevent, wflags) \
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) \
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) \
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) \
678 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, \