Home
last modified time | relevance | path

Searched refs:MSG_TYPE_C (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/fsl/
H A Dimx-pcm-rpmsg.h321 #define MSG_TYPE_C 0x2 macro
H A Dimx-pcm-rpmsg.c50 if (!(msg->s_msg.header.type == MSG_TYPE_C)) in imx_rpmsg_pcm_send_message()
61 if (msg->s_msg.header.type == MSG_TYPE_C) in imx_rpmsg_pcm_send_message()
531 msg->s_msg.header.type = MSG_TYPE_C; in imx_rpmsg_pcm_ack()
667 if (work_of_rpmsg->msg.s_msg.header.type == MSG_TYPE_C && in imx_rpmsg_pcm_work()
H A Dimx-audio-rpmsg.c35 case MSG_TYPE_C: in imx_audio_rpmsg_cb()