Searched refs:CATPT_STAGE_MSG (Results 1 – 2 of 2) sorted by relevance
195 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_VOLUME); in catpt_ipc_reset_stream() 221 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_WRITE_POSITION); in catpt_ipc_resume_stream() 239 union catpt_stream_msg msg = CATPT_STAGE_MSG(MUTE_LOOPBACK); in catpt_ipc_set_volume()
318 #define CATPT_STAGE_MSG(msg_type) \ macro