Home
last modified time | relevance | path

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

/linux/include/sound/sof/
H A Dheader.h134 #define SOF_IPC_MSG_MAX_SIZE 384 macro
/linux/sound/soc/sof/
H A Dipc3.c769 msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in ipc3_init_reply_data_buffer()
773 sdev->ipc->max_payload_size = SOF_IPC_MSG_MAX_SIZE; in ipc3_init_reply_data_buffer()
997 if (hdr->size < sizeof(*hdr) || hdr->size > SOF_IPC_MSG_MAX_SIZE) { in sof_ipc3_do_rx_work()
1066 if (hdr.size < sizeof(hdr) || hdr.size > SOF_IPC_MSG_MAX_SIZE) { in sof_ipc3_rx_msg()
H A Dipc3-topology.c909 if (ipc_size > SOF_IPC_MSG_MAX_SIZE) { in sof_process_load()