Home
last modified time | relevance | path

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

/sound/soc/intel/catpt/
Dmessages.h55 #define CATPT_GLOBAL_MSG(msg_type) \ argument
56 { .global_msg_type = CATPT_GLB_##msg_type }
316 #define CATPT_STREAM_MSG(msg_type) \ argument
318 .stream_msg_type = CATPT_STRM_##msg_type, \
320 #define CATPT_STAGE_MSG(msg_type) \ argument
322 .stage_action = CATPT_STG_##msg_type, \
/sound/soc/sof/
Dipc.c512 u32 msg_type = msg_cmd & SOF_CMD_TYPE_MASK; in ipc_stream_message() local
515 switch (msg_type) { in ipc_stream_message()