aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/ops.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07Merge series "Introduce new SOF helpers" from Daniel Baluta <daniel.baluta@oss.nxp.com>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
2020-11-27ASoC: SOF: ops: modify the signature of stall opFred Oh1-2/+2
2020-11-27ASoC: SOF: ops: add parse_platform_ext_manifest() opFred Oh1-0/+10
2020-05-01ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart1-1/+1
2020-02-18ASoC: SOF: Generic probe compress operationsCezary Rojewski1-0/+43
2020-02-11ASoC: SOF: Move DSP power state transitions to platform-specific opsRanjani Sridharan1-7/+9
2019-12-09ASoC: SOF: Make creation of machine device from SOF core optionalDaniel Baluta1-0/+34
2019-10-28ASoC: SOF: return -ENOTSUPP if D0I3 is not supportedKeyon Jie1-1/+2
2019-10-28ASoC: SOF: add set_power_state() to dsp_ops for power state updateKeyon Jie1-0/+9
2019-08-09ASoC: SOF: Introduce snd_sof_dsp_get_window_offsetDaniel Baluta1-0/+9
2019-08-09ASoC: SOF: Introduce snd_sof_dsp_get_mailbox_offsetDaniel Baluta1-0/+9
2019-07-23ASoC: SOF: remove unused state variable in suspend functionFred Oh1-5/+4
2019-07-23ASoC: SOF: Introduce snd_sof_dsp_get_bar_index opsDaniel Baluta1-0/+19
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-06ASoC: SOF: add runtime idle callbackKai Vehmanen1-0/+8
2019-06-17ASoC: SOF: Intel: hda: couple host and link DMA during FE hw_freeRanjani Sridharan1-0/+11
2019-06-17ASoC: SOF: Intel: hda: release link DMA for paused streams during suspendRanjani Sridharan1-2/+3
2019-06-14docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1