summaryrefslogtreecommitdiff
path: root/sound/soc/sof/sof-priv.h
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Introduce IPC-specific PCM opsRanjani Sridharan2022-03-181-0/+3
* ASoC: SOF: Make sof_suspend/resume IPC agnosticRanjani Sridharan2022-03-181-2/+12
* ASoC: SOF: Introduce IPC3 opsRanjani Sridharan2022-03-161-0/+2
* ASoC: SOF: IPC: Introduce IPC opsRanjani Sridharan2022-03-161-0/+13
* ASoC: SOF: Introduce struct snd_sof_dai_linkRanjani Sridharan2022-03-161-0/+1
* ASoC: SOF: Remove ipc_pcm_params() opsPeter Ujfalusi2022-03-111-8/+0
* ASoC: SOF: stream-ipc: Add sof_set_stream_data_offset()Peter Ujfalusi2022-03-111-0/+3
* ASoC: SOF: Mark snd_sof_dsp_ops.ipc_pcm_params() callback optionalPeter Ujfalusi2022-03-111-1/+1
* ASoC: SOF: Introduce optional callback to configure stream data offsetPeter Ujfalusi2022-03-111-0/+5
* ASoC: SOF: Make pcm_hw_params snd_sof_dsp_ops callback IPC neutralPeter Ujfalusi2022-03-111-1/+16
* ASoC: SOF: sof-priv: Remove stale snd_sof_ipc_stream_pcm_params() declarationPeter Ujfalusi2022-03-111-2/+0
* ASoC: SOF: move definition of snd_sof_ipc to header fileRander Wang2022-03-091-0/+12
* ASoC: SOF: sof-priv: Drop duplicate sof_compressed_ops declarationPeter Ujfalusi2022-02-251-5/+0
* ASoC: SOF: Declare sof_compress_ops in sof-priv.hPeter Ujfalusi2022-02-241-0/+5
* ASoC: SOF: pcm: Add compress_ops for SOF platform component driverDaniel Baluta2022-02-241-0/+5
* ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi2022-02-101-25/+0
* ASoC: SOF: Convert the generic IPC message injector into SOF clientPeter Ujfalusi2022-02-101-4/+0
* ASoC: SOF: Convert the generic IPC flood test into SOF clientRanjani Sridharan2022-02-101-5/+1
* ASoC: SOF: sof-client: Add support for clients not managed by pm frameworkPeter Ujfalusi2022-02-101-0/+12
* ASoC: SOF: Introduce IPC SOF client supportPeter Ujfalusi2022-02-101-9/+69
* ASoC: SOF: Split up utils.c into sof-utils and iomem-utilsPeter Ujfalusi2022-02-101-4/+0
* ASoC: SOF: Move the definition of enum sof_dsp_power_states to global headerPeter Ujfalusi2022-02-101-8/+0
* ASoC: SOF: Drop unused DSP power states: D3_HOT and D3_COLDPeter Ujfalusi2022-02-101-2/+0
* ASoC: SOF: dma-trace: Pass pointer to params_ext struct in trace_init()Peter Ujfalusi2022-02-081-1/+1
* ASoC: SOF: add flag to disable IMR restore to sof_debugKeyon Jie2022-01-241-0/+3
* ASoC: SOF: Add clarifying comments for sof_core_debug and DSP dump flagsPeter Ujfalusi2021-12-231-2/+4
* ASoC: SOF: Rename snd_sof_get_status() and add kernel log level parameterPeter Ujfalusi2021-12-231-4/+4
* ASoC: SOF: dsp_arch_ops: add kernel log level parameter for oops and stackPeter Ujfalusi2021-12-231-7/+8
* ASoC: SOF: Rename 'enum snd_sof_fw_state' to 'enum sof_fw_state'Peter Ujfalusi2021-12-231-2/+2
* ASoC: SOF: Move the definition of enum snd_sof_fw_state to global headerPeter Ujfalusi2021-12-231-11/+0
* ASoC: SOF: Introduce new firmware state: SOF_FW_BOOT_READY_OKPeter Ujfalusi2021-12-231-0/+1
* ASoC: SOF: Introduce new firmware state: SOF_FW_CRASHEDPeter Ujfalusi2021-12-231-0/+1
* ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directlyPeter Ujfalusi2021-12-231-1/+0
* ASoC: SOF: core: Add simple wrapper to check flags in sof_core_debugPeter Ujfalusi2021-12-231-0/+1
* ASoC: SOF: avoid casting "const" attribute awayGuennadi Liakhovetski2021-12-171-2/+2
* ASoC: SOF: pcm: add .ack callback supportRanjani Sridharan2021-11-241-0/+3
* ASoC: SOF: add support for dynamic pipelines with multi-coreRanjani Sridharan2021-11-221-4/+0
* ASoC: SOF: Add ops for core_get and core_putRanjani Sridharan2021-11-221-0/+2
* ASoC: SOF: Introduce num_cores and ref count per coreRanjani Sridharan2021-11-221-0/+15
* ASoC: SOF: debug: Add support for IPC message injectionPeter Ujfalusi2021-11-171-0/+4
* ASoC: SOF: utils: Add generic function to get the reply for a tx messagePeter Ujfalusi2021-11-171-0/+6
* ASoC: SOF: prepare code to allocate IPC messages in fw_readyRander Wang2021-10-081-0/+1
* Merge series "Introduce new SOF helpers" from Daniel Baluta <daniel.baluta@os...Mark Brown2021-10-071-10/+18
|\
| * ASoC: SOF: Make Intel IPC stream ops genericBud Liviu-Alexandru2021-10-071-10/+10
| * ASoC: SOF: Introduce snd_sof_mailbox_read / snd_sof_mailbox_write callbacksDaniel Baluta2021-10-071-0/+8
* | ASoC: SOF: Introduce macro to set the firmware statePeter Ujfalusi2021-10-071-0/+13
* | ASoC: SOF: Drop SOF_DBG_DUMP_FORCE_ERR_LEVEL and sof_dev_dbg_or_errPeter Ujfalusi2021-10-071-11/+1
* | ASoC: SOF: debug: Add SOF_DBG_DUMP_OPTIONAL flag for DSP dumpingPeter Ujfalusi2021-10-071-1/+1
* | ASoC: SOF: Print the dbg_dump and ipc_dump once to reduce kernel log noisePeter Ujfalusi2021-10-071-0/+3
* | ASoC: SOF: core: debug: force all processing on primary corePierre-Louis Bossart2021-10-071-0/+3
|/