Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/
H A Dipc4.c531 sdev->ipc->max_payload_size = SOF_IPC4_MSG_MAX_SIZE; in sof_ipc4_init_msg_memory()
559 inbox_size = SOF_IPC4_MSG_MAX_SIZE; in ipc4_fw_ready()
561 outbox_size = SOF_IPC4_MSG_MAX_SIZE; in ipc4_fw_ready()
/openbmc/linux/include/sound/sof/ipc4/
H A Dheader.h16 #define SOF_IPC4_MSG_MAX_SIZE 4096 macro