Home
last modified time | relevance | path

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

/linux/sound/soc/intel/catpt/
H A Dmessages.c16 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_FW_VERSION); in catpt_ipc_get_fw_version()
51 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ALLOCATE_STREAM); in catpt_ipc_alloc_stream()
99 union catpt_global_msg msg = CATPT_GLOBAL_MSG(FREE_STREAM); in catpt_ipc_alloc_stream()
112 union catpt_global_msg msg = CATPT_GLOBAL_MSG(SET_DEVICE_FORMATS); in catpt_ipc_free_stream()
125 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ENTER_DX_STATE); in catpt_ipc_set_device_format()
140 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_MIXER_STREAM_INFO); in catpt_ipc_set_device_format()
H A Dmessages.h55 #define CATPT_GLOBAL_MSG(msg_type) \ macro