summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: client: Add sof_client_ipc_set_get_data()Jyri Sarha2022-10-311-0/+8
* ASoC: SOF: ipc: ops: Add support for optional init and exit callbacksPeter Ujfalusi2022-10-211-0/+6
* ASoC: SOF: Compile and runtime IPC version selectionPeter Ujfalusi2022-06-141-6/+18
* ASoC: SOF: Switch to IPC generic firmware tracingPeter Ujfalusi2022-05-191-0/+6
* ASoC: SOF: ipc3: Remove the ipc3-ops.h header filePeter Ujfalusi2022-05-041-1/+0
* ASoC: SOF: loader: Switch to use the fw_loader opsPeter Ujfalusi2022-04-291-51/+0
* ASoC: SOF: ipc: Add check for fw_loader opsPeter Ujfalusi2022-04-291-0/+6
* ASoC: SOF: loader: Remove the old fw_ready related codePeter Ujfalusi2022-04-251-15/+0
* ASoC: SOF: ipc: Move the ipc_set_get_comp_data() local to ipc3-controlPeter Ujfalusi2022-04-111-83/+0
* ASoC: SOF: ipc: Switch over to use the rx_msg opsPeter Ujfalusi2022-04-111-452/+0
* ASoC: SOF: ipc: Switch over to use the tx_msg and set_get_data opsPeter Ujfalusi2022-04-111-278/+23
* ASoC: SOF: ipc: Use the get_reply ops in snd_sof_ipc_get_reply()Peter Ujfalusi2022-04-111-48/+2
* ASoC: SOF: ipc: Add check for mandatory IPC message handling opsPeter Ujfalusi2022-04-111-0/+5
* ASoC: SOF: ipc: Separate the ops checks by functions/topicsPeter Ujfalusi2022-04-111-3/+9
* ASoC: SOF: Add helper function to prepare and send an IPC messagePeter Ujfalusi2022-04-111-0/+53
* ASoC: SOF: Drop 'header' parameter from tx_message() APIPeter Ujfalusi2022-04-041-11/+7
* ASoC: SOF: ipc: Use msg->reply_data directly in snd_sof_ipc_get_reply()Peter Ujfalusi2022-04-041-14/+16
* ASoC: SOF: Drop support for mapped control dataPeter Ujfalusi2022-04-041-22/+0
* ASoC: SOF: ipc: Use ipc->max_payload_size for message/reply size checkingPeter Ujfalusi2022-04-041-2/+2
* ASoC: SOF: ipc: Add max_payload_size field in struct snd_sof_ipcPeter Ujfalusi2022-04-041-0/+2
* ASoC: SOF: Introduce IPC3 PCM hw_free opRanjani Sridharan2022-03-181-2/+3
* ASoC: SOF: Add IPC3 topology control opsRanjani Sridharan2022-03-181-2/+4
* ASoC: SOF: Make sof_suspend/resume IPC agnosticRanjani Sridharan2022-03-181-0/+1
* ASoC: SOF: topology: Make control parsing IPC agnosticRanjani Sridharan2022-03-161-1/+1
* ASoC: SOF: Introduce IPC3 opsRanjani Sridharan2022-03-161-0/+12
* ASoC: SOF: move definition of snd_sof_ipc to header fileRander Wang2022-03-091-12/+0
* ASoC: SOF: Introduce IPC SOF client supportPeter Ujfalusi2022-02-101-11/+14
* ASoC: SOF: ipc: Read and pass the whole message to handlers for IPC eventsPeter Ujfalusi2022-02-101-41/+44
* ASoC: SOF: ipc: Do not allocate buffer for msg_dataPeter Ujfalusi2022-01-281-4/+1
* ASoC: SOF: ipc: Drop header parameter from sof_ipc_tx_message_unlocked()Peter Ujfalusi2022-01-281-9/+12
* ASoC: SOF: ipc: Only allow sending of an IPC in SOF_FW_BOOT_COMPLETE statePeter Ujfalusi2021-12-231-1/+1
* ASoC: SOF: Introduce new firmware state: SOF_FW_BOOT_READY_OKPeter Ujfalusi2021-12-231-1/+1
* ASoC: SOF: Introduce new firmware state: SOF_FW_CRASHEDPeter Ujfalusi2021-12-231-1/+1
* ASoC: SOF: ipc: Add null pointer check for substream->runtimeAjit Kumar Pandey2021-12-171-1/+2
* ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-151-17/+13
* ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-151-4/+2
* ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-151-1/+7
* ASoC: SOF: ipc: Rename send parameter in snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-151-9/+8
* ASoC: SOF: utils: Add generic function to get the reply for a tx messagePeter Ujfalusi2021-11-171-0/+61
* ASoC: SOF: IPC: update ipc_log_header()Ranjani Sridharan2021-11-151-1/+16
* ASoC: SOF: prepare code to allocate IPC messages in fw_readyRander Wang2021-10-081-11/+16
* Merge series "Introduce new SOF helpers" from Daniel Baluta <daniel.baluta@os...Mark Brown2021-10-071-2/+4
|\
| * ASoC: SOF: Introduce fragment elapsed notification APIDaniel Baluta2021-10-071-2/+4
* | ASoC: SOF: Introduce macro to set the firmware statePeter Ujfalusi2021-10-071-2/+2
* | ASoC: SOF: ipc: Re-enable dumps after successful IPC txPeter Ujfalusi2021-10-071-0/+6
|/
* ASoC: SOF: Introduce widget use_countRanjani Sridharan2021-10-011-0/+22
* ASoC: SOF: ipc: Make the error prints consistent in tx_wait_done()Peter Ujfalusi2021-09-281-4/+6
* ASoC: SOF: add error handling to snd_sof_ipc_msg_data()Guennadi Liakhovetski2021-09-281-9/+32
* Merge series "ASoC: SOF: ipc: Small cleanups for message handler functions" f...Mark Brown2021-09-171-6/+5
|\
| * ASoC: SOF: ipc: Print 0x prefix for errors in ipc_trace/stream_message()Peter Ujfalusi2021-09-171-2/+2