summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/ops.h
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Make return of remove_late void, tooTakashi Iwai2023-10-251-4/+2
* Merge tag 'asoc-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-10-211-6/+4
|\
| * ASoC: SOF: make .remove callback return voidPierre-Louis Bossart2023-10-121-4/+2
| * ASoC: SOF: ops.h: Change the error code for not supported to EOPNOTSUPPPeter Ujfalusi2023-09-141-2/+2
* | ASoC: SOF: core: Add probe_early and remove_late callbacksPierre-Louis Bossart2023-10-191-0/+16
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2023-02-161-1/+1
|\
| * ASoC: SOF: ops: refine parameters order in function snd_sof_dsp_update8Rander Wang2023-02-081-1/+1
* | ASoC: SOF: add get_stream_position ops for pcm delayRander Wang2023-02-031-0/+10
* | ASoC: SOF: Prepare set_stream_data_offset for compress APIDaniel Baluta2023-01-171-2/+2
* | ASoC: SOF: Prepare ipc_msg_data to be used with compress APIDaniel Baluta2023-01-171-2/+2
|/
* ASoC: SOF: fix compilation issue with readb/writeb helpersPierre-Louis Bossart2022-10-311-9/+9
* ASoC: SOF: ops: add snd_sof_dsp_updateb() helperPierre-Louis Bossart2022-10-261-0/+11
* ASoC: SOF: ops: add readb/writeb helpersPierre-Louis Bossart2022-10-261-0/+18
* ASoC: SOF: ops: fallback to mmio in helpersPierre-Louis Bossart2022-10-261-16/+10
* ASoC: SOF: Add ops_freeRanjani Sridharan2022-06-101-0/+6
* ASoC: SOF: ipc3-dtrace: Move host ops wrappers from generic header to privatePeter Ujfalusi2022-05-191-26/+0
* ASoC: SOF: Intel: hda: use common ops across platformsPierre-Louis Bossart2022-04-191-2/+4
* ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart2022-04-191-0/+6
* ASoC: SOF: Remove ipc_pcm_params() opsPeter Ujfalusi2022-03-111-13/+0
* ASoC: SOF: Mark snd_sof_dsp_ops.ipc_pcm_params() callback optionalPeter Ujfalusi2022-03-111-1/+4
* ASoC: SOF: Introduce optional callback to configure stream data offsetPeter Ujfalusi2022-03-111-0/+13
* ASoC: SOF: Make pcm_hw_params snd_sof_dsp_ops callback IPC neutralPeter Ujfalusi2022-03-111-3/+3
* ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi2022-02-101-43/+0
* ASoC: SOF: dma-trace: Pass pointer to params_ext struct in trace_init()Peter Ujfalusi2022-02-081-2/+2
* ASoC: SOF: Add a 'message' parameter to snd_sof_dsp_dbg_dump()Peter Ujfalusi2021-12-231-1/+1
* ASoC: SOF: Add 'non_recoverable' parameter to snd_sof_dsp_panic()Peter Ujfalusi2021-12-231-1/+1
* ASoC: SOF: avoid casting "const" attribute awayGuennadi Liakhovetski2021-12-171-3/+5
* ASoC: SOF: pcm: add .ack callback supportRanjani Sridharan2021-11-241-0/+10
* ASoC: SOF: add support for dynamic pipelines with multi-coreRanjani Sridharan2021-11-221-31/+1
* ASoC: SOF: Add ops for core_get and core_putRanjani Sridharan2021-11-221-0/+63
* Merge series "Introduce new SOF helpers" from Daniel Baluta <daniel.baluta@os...Mark Brown2021-10-071-0/+15
|\
| * ASoC: SOF: Introduce snd_sof_mailbox_read / snd_sof_mailbox_write callbacksDaniel Baluta2021-10-071-0/+15
* | ASoC: SOF: debug/ops: Move the IPC and DSP dump functions out from the headerPeter Ujfalusi2021-10-071-21/+1
* | ASoC: SOF: Print the dbg_dump and ipc_dump once to reduce kernel log noisePeter Ujfalusi2021-10-071-2/+6
* | ASoC: SOF: ipc and dsp dump: Add markers for better visibilityPeter Ujfalusi2021-10-071-2/+8
|/
* ASoC: SOF: add error handling to snd_sof_ipc_msg_data()Guennadi Liakhovetski2021-09-281-4/+4
* ASoC: SOF: Remove struct sof_ops_table and sof_get_ops() macroPeter Ujfalusi2021-09-201-15/+0
* ASoC: SOF: debug: Add generic API and ops for DSP regionsPeter Ujfalusi2021-09-151-0/+11
* ASoC: SOF: core: Do not use 'bar' as parameter for block_read/writePeter Ujfalusi2021-09-151-6/+8
* ASoC: SOF: loader: load_firmware callback is mandatory, treat it like thatPeter Ujfalusi2021-09-151-0/+8
* ASoC: SOF: ops: don't return void valuePierre-Louis Bossart2021-05-211-2/+2
* ASoC: SOF: ops: print out the polling registerKeyon Jie2021-05-211-2/+4
* ASoC: SOF: change signature of set_mach_params() callbackPierre-Louis Bossart2021-04-121-4/+2
* ASoC: SOF: Filter out unneeded core power up/downsBard Liao2021-01-281-2/+4
* ASoC: SOF: update dsp core power status in common APIsBard Liao2021-01-281-6/+16
* ASoC: SOF: add .shutdown() callback to snd_sof_dsp_opsKeyon Jie2021-01-131-0/+8
* ASoC: SOF: add mutex to protect the dsp_power_state accessKeyon Jie2021-01-121-3/+8
* ASoC: SOF: ops: modify the signature of stall opFred Oh2020-11-271-2/+2
* ASoC: SOF: ops: add parse_platform_ext_manifest() opFred Oh2020-11-271-0/+10
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1