summaryrefslogtreecommitdiff
path: root/sound/soc/sof/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-16ASoC: SOF: loader: release_firmware() on load failure to avoid batchingMarc Herbert1-3/+1
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-19ASoC: 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
2019-12-09ASoC: SOF: core: modify the signature for snd_sof_create_page_tableRanjani Sridharan1-59/+0
2019-11-12ASoC: SOF: add helper to check if we should enter d0i3 suspendKeyon Jie1-0/+13
2019-10-28ASoC: SOF: reset default d0_substate at probe() and resume()Keyon Jie1-0/+3
2019-10-01ASoC: SOF: core: check for mandatory fw_ready op during SOF probeRanjani Sridharan1-1/+2
2019-10-01ASoC: SOF: trace: move to opt-in with Kconfig and module parameterPierre-Louis Bossart1-6/+19
2019-07-23ASoC: SOF: core: increase default IPC timeoutsKai Vehmanen1-2/+2
2019-05-28ASoC: SOF: core: fix error handling with the probe workqueuePierre-Louis Bossart1-0/+16
2019-05-28ASoC: SOF: core: remove snd_soc_unregister_component in case of errorRanjani Sridharan1-3/+1
2019-05-28ASoC: SOF: core: remove DSP after unregistering machine driverRanjani Sridharan1-1/+8
2019-05-09ASoC: SOF: Fix unused variable warningsTakashi Iwai1-0/+2
2019-05-08ASoC: SOF: core: fix undefined nocodec referencePierre-Louis Bossart1-5/+5
2019-04-27ASoC: SOF: Add Sound Open Firmware driver coreLiam Girdwood1-0/+506