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