summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ASoC: SOF: add helper to check if we should enter d0i3 suspendKeyon Jie2019-11-121-0/+13
* ASoC: SOF: reset default d0_substate at probe() and resume()Keyon Jie2019-10-281-0/+3
* ASoC: SOF: core: check for mandatory fw_ready op during SOF probeRanjani Sridharan2019-10-011-1/+2
* ASoC: SOF: trace: move to opt-in with Kconfig and module parameterPierre-Louis Bossart2019-10-011-6/+19
* ASoC: SOF: core: increase default IPC timeoutsKai Vehmanen2019-07-231-2/+2
* ASoC: SOF: core: fix error handling with the probe workqueuePierre-Louis Bossart2019-05-281-0/+16
* ASoC: SOF: core: remove snd_soc_unregister_component in case of errorRanjani Sridharan2019-05-281-3/+1
* ASoC: SOF: core: remove DSP after unregistering machine driverRanjani Sridharan2019-05-281-1/+8
* ASoC: SOF: Fix unused variable warningsTakashi Iwai2019-05-091-0/+2
* ASoC: SOF: core: fix undefined nocodec referencePierre-Louis Bossart2019-05-081-5/+5
* ASoC: SOF: Add Sound Open Firmware driver coreLiam Girdwood2019-04-281-0/+506