summaryrefslogtreecommitdiff
path: root/sound/soc/sof/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-04ASoC: SOF: Core: Add remove_late() to sof_init_environment failure pathChaitanya Kumar Borah1-6/+8
2024-02-13ASoC: SOF: Fix runtime pm usage counter balance after fw exceptionPeter Ujfalusi1-0/+10
2023-12-04ASoC: SOF: Move sof_of_machine_select() to core.c from sof-of-dev.cChen-Yu Tsai1-0/+22
2023-11-29ASoC: SOF: core: Implement IPC version fallback if firmware files are missingPeter Ujfalusi1-32/+72
2023-11-29ASoC: SOF: core: Add helper for initialization of paths, opsPeter Ujfalusi1-22/+34
2023-11-29ASoC: SOF: core: Implement firmware, topology path setup in corePeter Ujfalusi1-6/+64
2023-11-29ASoC: SOF: Move sof_machine_* functions from sof-audio.c to core.cPeter Ujfalusi1-0/+95
2023-10-19ASoC: SOF: core: Add probe_early and remove_late callbacksPierre-Louis Bossart1-0/+11
2023-10-19ASoC: SOF: core: Ensure sof_ops_free() is still called when probe never ran.Maarten Lankhorst1-1/+5
2023-09-15ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was successfulPeter Ujfalusi1-2/+1
2023-06-16ASoC: SOF: core: Free the firmware trace before calling snd_sof_shutdown()Peter Ujfalusi1-1/+3
2023-04-04ASoC: SOF: Add support for DSPless modePeter Ujfalusi1-5/+17
2023-04-04ASoC: SOF: Add flag and state which will be used for DSP-less modePeter Ujfalusi1-0/+9
2023-01-27ASoC: SOF: Introduce struct snd_sof_pipelineRanjani Sridharan1-0/+1
2022-12-26ASoC: SOF: core: Print out the value of sof_debug if it is setPeter Ujfalusi1-0/+3
2022-12-12ASoC: SOF: Revert: "core: unregister clients and machine drivers in .shutdown"Kai Vehmanen1-9/+0
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 <pet...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