Searched refs:CATPT_STREAM_MSG (Results 1 – 2 of 2) sorted by relevance
152 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESET_STREAM); in catpt_ipc_enter_dxstate() 163 union catpt_stream_msg msg = CATPT_STREAM_MSG(PAUSE_STREAM); in catpt_ipc_get_mixer_stream_info() 174 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESUME_STREAM); in catpt_ipc_get_mixer_stream_info()
314 #define CATPT_STREAM_MSG(msg_type) \ macro