summaryrefslogtreecommitdiff
path: root/sound/soc/sof/sof-priv.h
AgeCommit message (Expand)AuthorFilesLines
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-08Merge 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
2021-10-01ASoC: SOF: topology: Add kernel parameter for topology verificationRanjani Sridharan1-0/+1
2021-09-28ASoC: SOF: add error handling to snd_sof_ipc_msg_data()Guennadi Liakhovetski1-6/+6
2021-09-20ASoC: SOF: Remove struct sof_ops_table and sof_get_ops() macroPeter Ujfalusi1-6/+0
2021-09-17ASoC: SOF: Rename sof_arch_ops to dsp_arch_opsPeter Ujfalusi1-7/+7
2021-09-16ASoC: SOF: pcm: Remove non existent CONFIG_SND_SOC_SOF_COMPRESS referencePeter Ujfalusi1-5/+0
2021-09-15ASoC: SOF: debug: No need to export the snd_sof_debugfs_io_item()Peter Ujfalusi1-4/+0
2021-09-15ASoC: SOF: debug: Add generic API and ops for DSP regionsPeter Ujfalusi1-10/+17
2021-09-15ASoC: SOF: core: Do not use 'bar' as parameter for block_read/writePeter Ujfalusi1-10/+10
2021-09-15ASoC: SOF: loader: No need to export snd_sof_fw_parse_ext_data()Peter Ujfalusi1-1/+0
2021-09-15ASoC: SOF: ipc: Remove snd_sof_dsp_mailbox_init()Peter Ujfalusi1-3/+0
2021-09-15ASoC: SOF: loader: load_firmware callback is mandatory, treat it like thatPeter Ujfalusi1-1/+0
2021-04-12ASoC: SOF: change signature of set_mach_params() callbackPierre-Louis Bossart1-1/+1
2021-02-10ASoC: SOF: fix runtime pm usage mismatch after probe errorsKai Vehmanen1-0/+2
2021-01-13ASoC: SOF: add .shutdown() callback to snd_sof_dsp_opsKeyon Jie1-1/+3
2021-01-12ASoC: SOF: add mutex to protect the dsp_power_state accessKeyon Jie1-0/+2
2020-12-11ASoC: SOF: Intel: hda: fix the condition passed to sof_dev_dbg_or_errRanjani Sridharan1-0/+2
2020-12-11ASoC: SOF: modify the SOF_DBG flagsRanjani Sridharan1-5/+6
2020-11-27ASoC: SOF: ops: modify the signature of stall opFred Oh1-1/+1
2020-11-27ASoC: SOF: ops: add parse_platform_ext_manifest() opFred Oh1-0/+5
2020-11-25ASoC: SOF: Add `memory_info` file to debugfsKarol Trzcinski1-0/+2
2020-09-17ASoC: SOF: Intel: hda: reduce verbosity of boot error logsPierre-Louis Bossart1-0/+8
2020-09-04ASoC: SOF: add a "core" parameter to widget loading functionsGuennadi Liakhovetski1-0/+3
2020-08-26ASoC: SOF: loader: Add debug box regionIulian Olaru1-0/+1
2020-08-25ASoC: SOF: (cosmetic) use the "bool" type where it makes senseGuennadi Liakhovetski1-5/+5
2020-05-27ASoC: SOF: ipc: ignore DSP replies received when they are not expectedRanjani Sridharan1-1/+1