index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sof
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-20
ASoC: SOF: core: Ensure sof_ops_free() is still called when probe never ran.
Maarten Lankhorst
1
-1
/
+5
2023-10-06
ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was successful
Peter Ujfalusi
1
-2
/
+1
2023-08-23
ASoC: SOF: core: Free the firmware trace before calling snd_sof_shutdown()
Peter Ujfalusi
1
-1
/
+3
2023-01-12
ASoC: SOF: Revert: "core: unregister clients and machine drivers in .shutdown"
Kai Vehmanen
1
-9
/
+0
2022-09-19
ASoC: SOF: add widget setup/free tracing
Bard Liao
1
-0
/
+3
2022-06-10
ASoC: SOF: Add ops_free
Ranjani Sridharan
1
-1
/
+6
2022-05-19
ASoC: SOF: Switch to IPC generic firmware tracing
Peter Ujfalusi
1
-6
/
+5
2022-05-19
ASoC: SOF: Rename dtrace_is_supported flag to fw_trace_is_supported
Peter Ujfalusi
1
-1
/
+1
2022-04-25
ASoC: SOF: Do not check for the fw_ready callback
Peter Ujfalusi
1
-1
/
+1
2022-04-22
ASOC: SOF: pci: add ipc_type override for Intel IPC4 tests
Rander Wang
1
-0
/
+7
2022-04-19
ASoC: SOF: Intel: hda: use common ops across platforms
Pierre-Louis Bossart
1
-1
/
+4
2022-04-19
ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'
Pierre-Louis Bossart
1
-0
/
+3
2022-03-16
ASoC: SOF: Introduce struct snd_sof_dai_link
Ranjani Sridharan
1
-0
/
+1
2022-03-11
ASoC: SOF: Mark snd_sof_dsp_ops.ipc_pcm_params() callback optional
Peter Ujfalusi
1
-2
/
+1
2022-03-08
ASoC: SOF: simplify snd_sof_device_remove()
Ranjani Sridharan
1
-9
/
+1
2022-02-16
ASoC: SOF: core: unregister clients and machine drivers in .shutdown
Pierre-Louis Bossart
1
-0
/
+9
2022-02-10
ASoC: SOF: Convert the generic probe support to SOF client
Peter Ujfalusi
1
-6
/
+0
2022-02-10
ASoC: SOF: Convert the generic IPC flood test into SOF client
Ranjani Sridharan
1
-0
/
+1
2022-02-10
ASoC: SOF: Introduce IPC SOF client support
Peter Ujfalusi
1
-1
/
+42
2021-12-23
ASoC: SOF: Rename snd_sof_get_status() and add kernel log level parameter
Peter Ujfalusi
1
-17
/
+28
2021-12-23
ASoC: SOF: dsp_arch_ops: add kernel log level parameter for oops and stack
Peter Ujfalusi
1
-2
/
+2
2021-12-23
ASoc: SOF: core: Update the FW boot state transition diagram
Peter Ujfalusi
1
-26
/
+26
2021-12-23
ASoC: SOF: Set SOF_FW_BOOT_FAILED in case we have failure during boot
Peter Ujfalusi
1
-0
/
+2
2021-12-23
ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directly
Peter Ujfalusi
1
-2
/
+2
2021-12-23
ASoC: SOF: core: Add simple wrapper to check flags in sof_core_debug
Peter Ujfalusi
1
-0
/
+16
2021-11-15
ASoC: SOF: core: Unregister machine driver before IPC and debugfs
Peter Ujfalusi
1
-7
/
+7
2021-11-15
ASoC: SOF: trace: send DMA_TRACE_FREE IPC during release
Ranjani Sridharan
1
-1
/
+1
2021-10-18
Merge tag 'v5.15-rc6' into asoc-5.16
Mark Brown
1
-3
/
+1
2021-10-07
ASoC: SOF: core: Clean up snd_sof_get_status() prints
Peter Ujfalusi
1
-8
/
+8
2021-10-07
ASoC: SOF: Introduce macro to set the firmware state
Peter Ujfalusi
1
-4
/
+4
2021-09-16
Merge series "ASoC: SOF: Clean up the probe support" from Peter Ujfalusi <pet...
Mark Brown
1
-1
/
+1
2021-09-16
ASoC: SOF: core: Move probe work related code under a single if () branch
Peter Ujfalusi
1
-3
/
+1
2021-09-16
ASoC: SOF: probe: Merge and clean up the probe and compress files
Peter Ujfalusi
1
-1
/
+1
2021-09-16
ASoC: SOF: loader: release_firmware() on load failure to avoid batching
Marc Herbert
1
-3
/
+1
2021-09-13
ASoC: SOF: core: allow module parameter to override dma trace Kconfig
Pierre-Louis Bossart
1
-3
/
+2
2021-04-23
Merge remote-tracking branch 'asoc/for-5.13' into asoc-next
Mark Brown
1
-4
/
+10
2021-04-12
ASoC: SOF: core: Add missing error prints to device probe operation
Peter Ujfalusi
1
-2
/
+7
2021-03-23
ASoC: SOF: core: harden shutdown helper
Pierre-Louis Bossart
1
-1
/
+7
2021-03-16
ASoC: SOF: fix debugfs initialisation error handling
Guennadi Liakhovetski
1
-2
/
+3
2021-02-10
ASoC: SOF: fix runtime pm usage mismatch after probe errors
Kai Vehmanen
1
-0
/
+10
2021-01-13
ASoC: SOF: add snd_sof_device_shutdown() helper for shutdown
Keyon Jie
1
-0
/
+8
2021-01-12
ASoC: SOF: add mutex to protect the dsp_power_state access
Keyon Jie
1
-0
/
+1
2020-07-08
ASoC: SOF: core: fix null-ptr-deref bug during device removal
Ranjani Sridharan
1
-5
/
+5
2020-05-18
ASoC: SOF: inform DSP that driver is going to be removed
Marcin Rajwa
1
-0
/
+6
2020-05-11
ASoC: SOF: core: fix error return code in sof_probe_continue()
Wei Yongjun
1
-0
/
+1
2020-05-01
ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-only
Pierre-Louis Bossart
1
-1
/
+1
2020-02-18
ASoC: SOF: Generic probe compress operations
Cezary Rojewski
1
-0
/
+6
2020-02-11
ASoC: SOF: Move DSP power state transitions to platform-specific ops
Ranjani Sridharan
1
-2
/
+2
2020-01-27
ASoC: SOF: core: release resources on errors in probe_continue
Pierre-Louis Bossart
1
-21
/
+12
2020-01-27
ASoC: SOF: core: free trace on errors
Pierre-Louis Bossart
1
-2
/
+5
[next]