summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Add ops_freeRanjani Sridharan2022-06-101-1/+6
* ASoC: SOF: Switch to IPC generic firmware tracingPeter Ujfalusi2022-05-191-6/+5
* ASoC: SOF: Rename dtrace_is_supported flag to fw_trace_is_supportedPeter Ujfalusi2022-05-191-1/+1
* ASoC: SOF: Do not check for the fw_ready callbackPeter Ujfalusi2022-04-251-1/+1
* ASOC: SOF: pci: add ipc_type override for Intel IPC4 testsRander Wang2022-04-221-0/+7
* ASoC: SOF: Intel: hda: use common ops across platformsPierre-Louis Bossart2022-04-191-1/+4
* ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart2022-04-191-0/+3
* ASoC: SOF: Introduce struct snd_sof_dai_linkRanjani Sridharan2022-03-161-0/+1
* ASoC: SOF: Mark snd_sof_dsp_ops.ipc_pcm_params() callback optionalPeter Ujfalusi2022-03-111-2/+1
* ASoC: SOF: simplify snd_sof_device_remove()Ranjani Sridharan2022-03-081-9/+1
* ASoC: SOF: core: unregister clients and machine drivers in .shutdownPierre-Louis Bossart2022-02-161-0/+9
* ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi2022-02-101-6/+0
* ASoC: SOF: Convert the generic IPC flood test into SOF clientRanjani Sridharan2022-02-101-0/+1
* ASoC: SOF: Introduce IPC SOF client supportPeter Ujfalusi2022-02-101-1/+42
* ASoC: SOF: Rename snd_sof_get_status() and add kernel log level parameterPeter Ujfalusi2021-12-231-17/+28
* ASoC: SOF: dsp_arch_ops: add kernel log level parameter for oops and stackPeter Ujfalusi2021-12-231-2/+2
* ASoc: SOF: core: Update the FW boot state transition diagramPeter Ujfalusi2021-12-231-26/+26
* ASoC: SOF: Set SOF_FW_BOOT_FAILED in case we have failure during bootPeter Ujfalusi2021-12-231-0/+2
* ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directlyPeter Ujfalusi2021-12-231-2/+2
* ASoC: SOF: core: Add simple wrapper to check flags in sof_core_debugPeter Ujfalusi2021-12-231-0/+16
* ASoC: SOF: core: Unregister machine driver before IPC and debugfsPeter Ujfalusi2021-11-151-7/+7
* ASoC: SOF: trace: send DMA_TRACE_FREE IPC during releaseRanjani Sridharan2021-11-151-1/+1
* Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown2021-10-181-3/+1
|\
| * ASoC: SOF: loader: release_firmware() on load failure to avoid batchingMarc Herbert2021-09-161-3/+1
* | ASoC: SOF: core: Clean up snd_sof_get_status() printsPeter Ujfalusi2021-10-071-8/+8
* | ASoC: SOF: Introduce macro to set the firmware statePeter Ujfalusi2021-10-071-4/+4
* | Merge series "ASoC: SOF: Clean up the probe support" from Peter Ujfalusi <pet...Mark Brown2021-09-161-1/+1
|\ \
| * | ASoC: SOF: probe: Merge and clean up the probe and compress filesPeter Ujfalusi2021-09-161-1/+1
* | | ASoC: SOF: core: Move probe work related code under a single if () branchPeter Ujfalusi2021-09-161-3/+1
|/ /
* / ASoC: SOF: core: allow module parameter to override dma trace KconfigPierre-Louis Bossart2021-09-131-3/+2
|/
* Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown2021-04-231-4/+10
|\
| * ASoC: SOF: core: Add missing error prints to device probe operationPeter Ujfalusi2021-04-121-2/+7
| * ASoC: SOF: fix debugfs initialisation error handlingGuennadi Liakhovetski2021-03-161-2/+3
* | ASoC: SOF: core: harden shutdown helperPierre-Louis Bossart2021-03-231-1/+7
|/
* ASoC: SOF: fix runtime pm usage mismatch after probe errorsKai Vehmanen2021-02-101-0/+10
* ASoC: SOF: add snd_sof_device_shutdown() helper for shutdownKeyon Jie2021-01-131-0/+8
* ASoC: SOF: add mutex to protect the dsp_power_state accessKeyon Jie2021-01-121-0/+1
* ASoC: SOF: core: fix null-ptr-deref bug during device removalRanjani Sridharan2020-07-081-5/+5
* ASoC: SOF: inform DSP that driver is going to be removedMarcin Rajwa2020-05-181-0/+6
* ASoC: SOF: core: fix error return code in sof_probe_continue()Wei Yongjun2020-05-111-0/+1
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
* ASoC: SOF: Generic probe compress operationsCezary Rojewski2020-02-181-0/+6
* ASoC: SOF: Move DSP power state transitions to platform-specific opsRanjani Sridharan2020-02-111-2/+2
* ASoC: SOF: core: release resources on errors in probe_continuePierre-Louis Bossart2020-01-271-21/+12
* ASoC: SOF: core: free trace on errorsPierre-Louis Bossart2020-01-271-2/+5
* ASoC: SOF: Introduce state machine for FW bootRanjani Sridharan2019-12-181-1/+49
* ASoC: SOF: Make creation of machine device from SOF core optionalDaniel Baluta2019-12-091-56/+3
* ASoC: SOF: partition audio-related parts from SOF coreRanjani Sridharan2019-12-091-120/+0
* ASoC: SOF: core: move check for runtime callbacks to coreRanjani Sridharan2019-12-091-0/+8
* ASoC: SOF: core: modify the signature for snd_sof_create_page_tableRanjani Sridharan2019-12-091-59/+0