summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/ipc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ASoC: SOF: ipc: Clarify the parameter name for ipc_trace_message()Peter Ujfalusi2021-09-171-5/+4
* | ASoC: SOF: ipc: Remove redundant error check from sof_ipc_tx_message_unlockedPeter Ujfalusi2021-09-171-5/+2
|/
* ASoC: SOF: ipc: Add probe message logging to ipc_log_header()Peter Ujfalusi2021-09-161-0/+23
* ASoC: SOF: core: Do not use 'bar' as parameter for block_read/writePeter Ujfalusi2021-09-151-7/+11
* ASoC: SOF: ipc: Remove snd_sof_dsp_mailbox_init()Peter Ujfalusi2021-09-151-16/+0
* ASoC: SOF: Handle control change notification from firmwarePeter Ujfalusi2021-09-131-0/+28
* ASoC: SOF: relax ABI checks and avoid unnecessary warningsKai Vehmanen2021-02-111-1/+1
* ASoC: SOF: add missing pm debugCurtis Malainey2021-02-101-0/+2
* ASoC: SOF: Add `memory_info` file to debugfsKarol Trzcinski2020-11-251-0/+9
* ASoC: SOF: IPC: reduce verbosity of IPC pointer updatesPierre-Louis Bossart2020-08-251-5/+11
* ASoC: SOF: ipc: ignore DSP replies received when they are not expectedRanjani Sridharan2020-05-271-5/+4
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-041-1/+1
|\
| * ASoC: SOF: Fix snd_sof_ipc_stream_posn()Dan Carpenter2020-03-031-1/+1
* | ASoC: SOF: ipc: check ipc return value before data copyJaska Uimonen2020-03-021-5/+7
* | ASoC: SOF: Intel: cnl: Implement feature to support DSP D0i3 in S0Ranjani Sridharan2020-02-111-2/+27
|/
* Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-251-0/+3
|\
| * ASoC: SOF: fix fault at driver unload after failed probeKai Vehmanen2019-12-181-0/+3
* | ASoC: SOF: Introduce state machine for FW bootRanjani Sridharan2019-12-181-12/+5
* | ASoC: SOF: partition audio-related parts from SOF coreRanjani Sridharan2019-12-091-6/+10
|/