aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19ASoC: SOF: add widget setup/free tracingBard Liao1-0/+3
2022-06-10ASoC: SOF: Add ops_freeRanjani Sridharan1-1/+6
2022-05-19ASoC: SOF: Switch to IPC generic firmware tracingPeter Ujfalusi1-6/+5
2022-05-19ASoC: SOF: Rename dtrace_is_supported flag to fw_trace_is_supportedPeter Ujfalusi1-1/+1
2022-04-25ASoC: SOF: Do not check for the fw_ready callbackPeter Ujfalusi1-1/+1
2022-04-22ASOC: SOF: pci: add ipc_type override for Intel IPC4 testsRander Wang1-0/+7
2022-04-19ASoC: SOF: Intel: hda: use common ops across platformsPierre-Louis Bossart1-1/+4
2022-04-19ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart1-0/+3
2022-03-16ASoC: SOF: Introduce struct snd_sof_dai_linkRanjani Sridharan1-0/+1
2022-03-11ASoC: SOF: Mark snd_sof_dsp_ops.ipc_pcm_params() callback optionalPeter Ujfalusi1-2/+1
2022-03-08ASoC: SOF: simplify snd_sof_device_remove()Ranjani Sridharan1-9/+1
2022-02-16ASoC: SOF: core: unregister clients and machine drivers in .shutdownPierre-Louis Bossart1-0/+9
2022-02-10ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi1-6/+0
2022-02-10ASoC: SOF: Convert the generic IPC flood test into SOF clientRanjani Sridharan1-0/+1
2022-02-10ASoC: SOF: Introduce IPC SOF client supportPeter Ujfalusi1-1/+42
2021-12-23ASoC: SOF: Rename snd_sof_get_status() and add kernel log level parameterPeter Ujfalusi1-17/+28
2021-12-23ASoC: SOF: dsp_arch_ops: add kernel log level parameter for oops and stackPeter Ujfalusi1-2/+2
2021-12-23ASoc: SOF: core: Update the FW boot state transition diagramPeter Ujfalusi1-26/+26
2021-12-23ASoC: SOF: Set SOF_FW_BOOT_FAILED in case we have failure during bootPeter Ujfalusi1-0/+2
2021-12-23ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directlyPeter Ujfalusi1-2/+2
2021-12-23ASoC: SOF: core: Add simple wrapper to check flags in sof_core_debugPeter Ujfalusi1-0/+16
2021-11-15ASoC: SOF: core: Unregister machine driver before IPC and debugfsPeter Ujfalusi1-7/+7
2021-11-15ASoC: SOF: trace: send DMA_TRACE_FREE IPC during releaseRanjani Sridharan1-1/+1
2021-10-18Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown1-3/+1
2021-10-07ASoC: SOF: core: Clean up snd_sof_get_status() printsPeter Ujfalusi1-8/+8
2021-10-07ASoC: SOF: Introduce macro to set the firmware statePeter Ujfalusi1-4/+4
2021-09-16Merge series "ASoC: SOF: Clean up the probe support" from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:Mark Brown1-1/+1
2021-09-16ASoC: SOF: core: Move probe work related code under a single if () branchPeter Ujfalusi1-3/+1
2021-09-16ASoC: SOF: probe: Merge and clean up the probe and compress filesPeter Ujfalusi1-1/+1
2021-09-16ASoC: SOF: loader: release_firmware() on load failure to avoid batchingMarc Herbert1-3/+1
2021-09-13ASoC: SOF: core: allow module parameter to override dma trace KconfigPierre-Louis Bossart1-3/+2
2021-04-23Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown1-4/+10
2021-04-12ASoC: SOF: core: Add missing error prints to device probe operationPeter Ujfalusi1-2/+7
2021-03-23ASoC: SOF: core: harden shutdown helperPierre-Louis Bossart1-1/+7
2021-03-16ASoC: SOF: fix debugfs initialisation error handlingGuennadi Liakhovetski1-2/+3
2021-02-10ASoC: SOF: fix runtime pm usage mismatch after probe errorsKai Vehmanen1-0/+10
2021-01-13ASoC: SOF: add snd_sof_device_shutdown() helper for shutdownKeyon Jie1-0/+8
2021-01-12ASoC: SOF: add mutex to protect the dsp_power_state accessKeyon Jie1-0/+1
2020-07-08ASoC: SOF: core: fix null-ptr-deref bug during device removalRanjani Sridharan1-5/+5
2020-05-18ASoC: SOF: inform DSP that driver is going to be removedMarcin Rajwa1-0/+6
2020-05-11ASoC: SOF: core: fix error return code in sof_probe_continue()Wei Yongjun1-0/+1
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/+6
2020-02-11ASoC: SOF: Move DSP power state transitions to platform-specific opsRanjani Sridharan1-2/+2
2020-01-27ASoC: SOF: core: release resources on errors in probe_continuePierre-Louis Bossart1-21/+12
2020-01-27ASoC: SOF: core: free trace on errorsPierre-Louis Bossart1-2/+5
2019-12-18ASoC: SOF: Introduce state machine for FW bootRanjani Sridharan1-1/+49
2019-12-09ASoC: SOF: Make creation of machine device from SOF core optionalDaniel Baluta1-56/+3
2019-12-09ASoC: SOF: partition audio-related parts from SOF coreRanjani Sridharan1-120/+0
2019-12-09ASoC: SOF: core: move check for runtime callbacks to coreRanjani Sridharan1-0/+8