Home
last modified time | relevance | path

Searched refs:CATPT_STREAM_MSG (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/sound/soc/intel/catpt/
Dmessages.c182 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESET_STREAM); in catpt_ipc_reset_stream()
199 union catpt_stream_msg msg = CATPT_STREAM_MSG(PAUSE_STREAM); in catpt_ipc_pause_stream()
216 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESUME_STREAM); in catpt_ipc_resume_stream()
Dmessages.h314 #define CATPT_STREAM_MSG(msg_type) \ macro