Searched refs:SST_FILL_DESTINATION (Results 1 – 2 of 2) sorted by relevance
/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 278 SST_FILL_DESTINATION(2, cmd->dst, bc->pipe_id, bc->module_id); in sst_send_algo_cmd() 426 SST_FILL_DESTINATION(2, cmd.cell_gains[0].dest, in sst_send_gain_cmd() 580 SST_FILL_DESTINATION(2, swm_input->input_id, in fill_swm_input() 673 SST_FILL_DESTINATION(2, cmd.output_id, in sst_swm_mixer_event() 1015 SST_FILL_DESTINATION(2, cmd.header.dst, in sst_set_media_path() 1049 SST_FILL_DESTINATION(2, cmd.header.dst, in sst_set_media_loop()
|
D | sst-atom-controls.h | 335 #define SST_FILL_DESTINATION(level, dst, ...) \ macro 336 SST_FILL_DESTINATION##level(dst, __VA_ARGS__) 338 SST_FILL_DESTINATION(2, dst, SST_DEFAULT_LOCATION_ID, SST_DEFAULT_MODULE_ID)
|