summaryrefslogtreecommitdiff
path: root/sound/soc/sof/core.c
AgeCommit message (Expand)Author
2023-04-04ASoC: SOF: Add support for DSPless modePeter Ujfalusi
2023-04-04ASoC: SOF: Add flag and state which will be used for DSP-less modePeter Ujfalusi
2023-01-27ASoC: SOF: Introduce struct snd_sof_pipelineRanjani Sridharan
2022-12-25ASoC: SOF: core: Print out the value of sof_debug if it is setPeter Ujfalusi
2022-12-12ASoC: SOF: Revert: "core: unregister clients and machine drivers in .shutdown"Kai Vehmanen
2022-09-19ASoC: SOF: add widget setup/free tracingBard Liao
2022-06-10ASoC: SOF: Add ops_freeRanjani Sridharan
2022-05-19ASoC: SOF: Switch to IPC generic firmware tracingPeter Ujfalusi
2022-05-19ASoC: SOF: Rename dtrace_is_supported flag to fw_trace_is_supportedPeter Ujfalusi
2022-04-25ASoC: SOF: Do not check for the fw_ready callbackPeter Ujfalusi
2022-04-22ASOC: SOF: pci: add ipc_type override for Intel IPC4 testsRander Wang
2022-04-19ASoC: SOF: Intel: hda: use common ops across platformsPierre-Louis Bossart
2022-04-19ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart
2022-03-16ASoC: SOF: Introduce struct snd_sof_dai_linkRanjani Sridharan
2022-03-11ASoC: SOF: Mark snd_sof_dsp_ops.ipc_pcm_params() callback optionalPeter Ujfalusi
2022-03-08ASoC: SOF: simplify snd_sof_device_remove()Ranjani Sridharan
2022-02-16ASoC: SOF: core: unregister clients and machine drivers in .shutdownPierre-Louis Bossart
2022-02-10ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi
2022-02-10ASoC: SOF: Convert the generic IPC flood test into SOF clientRanjani Sridharan
2022-02-10ASoC: SOF: Introduce IPC SOF client supportPeter Ujfalusi
2021-12-23ASoC: SOF: Rename snd_sof_get_status() and add kernel log level parameterPeter Ujfalusi
2021-12-23ASoC: SOF: dsp_arch_ops: add kernel log level parameter for oops and stackPeter Ujfalusi
2021-12-23ASoc: SOF: core: Update the FW boot state transition diagramPeter Ujfalusi
2021-12-23ASoC: SOF: Set SOF_FW_BOOT_FAILED in case we have failure during bootPeter Ujfalusi
2021-12-23ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directlyPeter Ujfalusi
2021-12-23ASoC: SOF: core: Add simple wrapper to check flags in sof_core_debugPeter Ujfalusi
2021-11-15ASoC: SOF: core: Unregister machine driver before IPC and debugfsPeter Ujfalusi
2021-11-15ASoC: SOF: trace: send DMA_TRACE_FREE IPC during releaseRanjani Sridharan
2021-10-18Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown
2021-10-07ASoC: SOF: core: Clean up snd_sof_get_status() printsPeter Ujfalusi
2021-10-07ASoC: SOF: Introduce macro to set the firmware statePeter Ujfalusi
2021-09-16Merge series "ASoC: SOF: Clean up the probe support" from Peter Ujfalusi <pet...Mark Brown
2021-09-16ASoC: SOF: core: Move probe work related code under a single if () branchPeter Ujfalusi
2021-09-16ASoC: SOF: probe: Merge and clean up the probe and compress filesPeter Ujfalusi
2021-09-16ASoC: SOF: loader: release_firmware() on load failure to avoid batchingMarc Herbert
2021-09-13ASoC: SOF: core: allow module parameter to override dma trace KconfigPierre-Louis Bossart
2021-04-23Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown
2021-04-12ASoC: SOF: core: Add missing error prints to device probe operationPeter Ujfalusi
2021-03-23ASoC: SOF: core: harden shutdown helperPierre-Louis Bossart
2021-03-16ASoC: SOF: fix debugfs initialisation error handlingGuennadi Liakhovetski
2021-02-10ASoC: SOF: fix runtime pm usage mismatch after probe errorsKai Vehmanen
2021-01-13ASoC: SOF: add snd_sof_device_shutdown() helper for shutdownKeyon Jie
2021-01-12ASoC: SOF: add mutex to protect the dsp_power_state accessKeyon Jie
2020-07-08ASoC: SOF: core: fix null-ptr-deref bug during device removalRanjani Sridharan
2020-05-18ASoC: SOF: inform DSP that driver is going to be removedMarcin Rajwa
2020-05-11ASoC: SOF: core: fix error return code in sof_probe_continue()Wei Yongjun
2020-05-01ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart
2020-02-18ASoC: SOF: Generic probe compress operationsCezary Rojewski
2020-02-11ASoC: SOF: Move DSP power state transitions to platform-specific opsRanjani Sridharan
2020-01-27ASoC: SOF: core: release resources on errors in probe_continuePierre-Louis Bossart