summaryrefslogtreecommitdiff
path: root/sound/soc/sof/ops.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-25ASoC: SOF: Remove the get_stream_position callbackPeter Ujfalusi1-10/+0
2024-03-25ASoC: SOF: Introduce a new callback pair to be used for PCM delay reportingPeter Ujfalusi1-0/+24
2024-02-13ASoC: SOF: ops: add new 'is_chain_dma_supported' callbackPierre-Louis Bossart1-0/+9
2023-10-25ASoC: SOF: Make return of remove_late void, tooTakashi Iwai1-4/+2
2023-10-21Merge tag 'asoc-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-6/+4
2023-10-19ASoC: SOF: core: Add probe_early and remove_late callbacksPierre-Louis Bossart1-0/+16
2023-10-12ASoC: SOF: make .remove callback return voidPierre-Louis Bossart1-4/+2
2023-09-14ASoC: SOF: ops.h: Change the error code for not supported to EOPNOTSUPPPeter Ujfalusi1-2/+2
2023-02-16Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2023-02-08ASoC: SOF: ops: refine parameters order in function snd_sof_dsp_update8Rander Wang1-1/+1
2023-02-03ASoC: SOF: add get_stream_position ops for pcm delayRander Wang1-0/+10
2023-01-17ASoC: SOF: Prepare set_stream_data_offset for compress APIDaniel Baluta1-2/+2
2023-01-17ASoC: SOF: Prepare ipc_msg_data to be used with compress APIDaniel Baluta1-2/+2
2022-11-01ASoC: SOF: fix compilation issue with readb/writeb helpersPierre-Louis Bossart1-9/+9
2022-10-26ASoC: SOF: ops: add snd_sof_dsp_updateb() helperPierre-Louis Bossart1-0/+11
2022-10-26ASoC: SOF: ops: add readb/writeb helpersPierre-Louis Bossart1-0/+18
2022-10-26ASoC: SOF: ops: fallback to mmio in helpersPierre-Louis Bossart1-16/+10
2022-06-10ASoC: SOF: Add ops_freeRanjani Sridharan1-0/+6
2022-05-19ASoC: SOF: ipc3-dtrace: Move host ops wrappers from generic header to privatePeter Ujfalusi1-26/+0
2022-04-19ASoC: SOF: Intel: hda: use common ops across platformsPierre-Louis Bossart1-2/+4
2022-04-19ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart1-0/+6
2022-03-11ASoC: SOF: Remove ipc_pcm_params() opsPeter Ujfalusi1-13/+0
2022-03-11ASoC: SOF: Mark snd_sof_dsp_ops.ipc_pcm_params() callback optionalPeter Ujfalusi1-1/+4
2022-03-11ASoC: SOF: Introduce optional callback to configure stream data offsetPeter Ujfalusi1-0/+13
2022-03-11ASoC: SOF: Make pcm_hw_params snd_sof_dsp_ops callback IPC neutralPeter Ujfalusi1-3/+3
2022-02-10ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi1-43/+0
2022-02-08ASoC: SOF: dma-trace: Pass pointer to params_ext struct in trace_init()Peter Ujfalusi1-2/+2
2021-12-23ASoC: SOF: Add a 'message' parameter to snd_sof_dsp_dbg_dump()Peter Ujfalusi1-1/+1
2021-12-23ASoC: SOF: Add 'non_recoverable' parameter to snd_sof_dsp_panic()Peter Ujfalusi1-1/+1
2021-12-17ASoC: SOF: avoid casting "const" attribute awayGuennadi Liakhovetski1-3/+5
2021-11-24ASoC: SOF: pcm: add .ack callback supportRanjani Sridharan1-0/+10
2021-11-22ASoC: SOF: add support for dynamic pipelines with multi-coreRanjani Sridharan1-31/+1
2021-11-22ASoC: SOF: Add ops for core_get and core_putRanjani Sridharan1-0/+63
2021-10-08Merge series "Introduce new SOF helpers" from Daniel Baluta <daniel.baluta@os...Mark Brown1-0/+15
2021-10-07ASoC: SOF: Introduce snd_sof_mailbox_read / snd_sof_mailbox_write callbacksDaniel Baluta1-0/+15
2021-10-07ASoC: SOF: debug/ops: Move the IPC and DSP dump functions out from the headerPeter Ujfalusi1-21/+1
2021-10-07ASoC: SOF: Print the dbg_dump and ipc_dump once to reduce kernel log noisePeter Ujfalusi1-2/+6
2021-10-07ASoC: SOF: ipc and dsp dump: Add markers for better visibilityPeter Ujfalusi1-2/+8
2021-09-28ASoC: SOF: add error handling to snd_sof_ipc_msg_data()Guennadi Liakhovetski1-4/+4
2021-09-20ASoC: SOF: Remove struct sof_ops_table and sof_get_ops() macroPeter Ujfalusi1-15/+0
2021-09-15ASoC: SOF: debug: Add generic API and ops for DSP regionsPeter Ujfalusi1-0/+11
2021-09-15ASoC: SOF: core: Do not use 'bar' as parameter for block_read/writePeter Ujfalusi1-6/+8
2021-09-15ASoC: SOF: loader: load_firmware callback is mandatory, treat it like thatPeter Ujfalusi1-0/+8
2021-05-21ASoC: SOF: ops: don't return void valuePierre-Louis Bossart1-2/+2
2021-05-21ASoC: SOF: ops: print out the polling registerKeyon Jie1-2/+4
2021-04-12ASoC: SOF: change signature of set_mach_params() callbackPierre-Louis Bossart1-4/+2
2021-01-28ASoC: SOF: Filter out unneeded core power up/downsBard Liao1-2/+4
2021-01-28ASoC: SOF: update dsp core power status in common APIsBard Liao1-6/+16
2021-01-13ASoC: SOF: add .shutdown() callback to snd_sof_dsp_opsKeyon Jie1-0/+8
2021-01-12ASoC: SOF: add mutex to protect the dsp_power_state accessKeyon Jie1-3/+8