Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc4.c540 sdev->ipc->max_payload_size = SOF_IPC4_MSG_MAX_SIZE; in sof_ipc4_init_msg_memory()
785 sdev->dsp_box.size = SOF_IPC4_MSG_MAX_SIZE; in sof_ipc4_init()
788 sdev->host_box.size = SOF_IPC4_MSG_MAX_SIZE; in sof_ipc4_init()
798 sdev->dsp_box.offset, SOF_IPC4_MSG_MAX_SIZE); in sof_ipc4_init()
800 sdev->host_box.offset, SOF_IPC4_MSG_MAX_SIZE); in sof_ipc4_init()
/linux/include/sound/sof/ipc4/
H A Dheader.h16 #define SOF_IPC4_MSG_MAX_SIZE 4096 macro