Searched refs:PROCESS_MSG (Results 1 – 2 of 2) sorted by relevance
/sound/soc/intel/atom/ | ||
D | sst-mfld-dsp.h | 28 #define PROCESS_MSG 0x80 macro |
/sound/soc/intel/atom/sst/ | ||
D | sst.c | 37 return ((msg_id & PROCESS_MSG) ? true : false); in sst_is_process_reply() |