Searched refs:msg_xrun (Results 1 – 2 of 2) sorted by relevance
/sof-3.4.0/src/ipc/ipc4/ |
D | notification.c | 13 void xrun_notif_msg_init(struct ipc_msg *msg_xrun, uint32_t resource_id, uint32_t event_type) in xrun_notif_msg_init() argument 15 struct ipc4_resource_event_data_notification *notif_data = msg_xrun->tx_data; in xrun_notif_msg_init() 22 msg_xrun->header = header.dat; in xrun_notif_msg_init()
|
/sof-3.4.0/src/audio/ |
D | chain_dma.c | 57 struct ipc_msg *msg_xrun; member 151 xrun_notif_msg_init(cd->msg_xrun, cd->link_connector_node_id.dw, in handle_xrun() 153 ipc_msg_send(cd->msg_xrun, NULL, true); in handle_xrun() 158 xrun_notif_msg_init(cd->msg_xrun, cd->link_connector_node_id.dw, in handle_xrun() 160 ipc_msg_send(cd->msg_xrun, NULL, true); in handle_xrun() 666 cd->msg_xrun = ipc_msg_init(header.dat, in chain_task_create() 668 if (!cd->msg_xrun) in chain_task_create()
|