Home
last modified time | relevance | path

Searched defs:ipc_message (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/sound/soc/intel/common/
Dsst-ipc.h24 struct ipc_message { struct
26 struct sst_ipc_message tx; argument
27 struct sst_ipc_message rx; argument
40 void (*tx_msg)(struct sst_generic_ipc *, struct ipc_message *); argument
/linux-6.8/sound/soc/sof/
Dipc4-control.c655 static void sof_ipc4_control_update(struct snd_sof_dev *sdev, void *ipc_message) in sof_ipc4_control_update()