index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
wm_adsp.c
Age
Commit message (
Expand
)
Author
2026-06-10
ASoC: cs35l56: Cleanup if component_probe fails
Richard Fitzgerald
2026-06-08
ASoC: wm_adsp: Fix NULL dereference when removing firmware controls
Richard Fitzgerald
2026-03-12
ASoC: wm_adsp: Some improvements to firmware file
Mark Brown
2026-03-10
ASoC: wm_adsp: Combine some similar code in firmware file search
Richard Fitzgerald
2026-03-10
ASoC: wm_adsp: Use a struct to pass around firmware struct and filename
Richard Fitzgerald
2026-03-10
ASoC: wm_adsp: Convert '/' to '-' when normalizing firmware filenames
Richard Fitzgerald
2026-03-10
ASoC: wm_adsp: Use consistent error checks in wm_adsp_request_firmware_files()
Richard Fitzgerald
2026-03-10
ASoC: wm_adsp: Remove duplicated code to find firmware file
Richard Fitzgerald
2026-03-10
ASoC: wm_adsp: Export function for KUnit test to get firmware filenames
Richard Fitzgerald
2026-03-10
ASoC: wm_adsp: Add KUnit redirection stubs for firmware file search
Richard Fitzgerald
2026-03-10
ASoC: wm_adsp: Remove unused argument to wm_adsp_release_firmware_files()
Richard Fitzgerald
2026-03-09
ASoC: wm_adsp: Make wm_adsp_fw_text[] const
Richard Fitzgerald
2026-03-01
ASoC: codecs: wm_adsp: Allow wm_adsp to hibernate without stopping DSP
Stefan Binding
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-24
firmware: cs_dsp: Store control length as 32-bit
Richard Fitzgerald
2025-11-17
ASoC: codecs: wm_adsp: convert to snd_soc_dapm_xxx()
Kuninori Morimoto
2025-10-20
ASoC: codecs: wm_adsp: use snd_kcontrol_chip() instead of snd_soc_kcontrol_co...
Kuninori Morimoto
2025-09-20
Merge tag 'asoc-v6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
2025-09-08
ALSA: compress_offload: Add 64-bit safe timestamp infrastructure
Joris Verhaegen
2025-09-05
ASoC: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
2025-06-12
ASoC: cs35l56: Use SoundWire address as alternate firmware suffix on L56 B0
Richard Fitzgerald
2025-06-12
ASoC: cs35l56: Use SoundWire address as firmware name suffix for new silicon
Richard Fitzgerald
2025-05-22
ASoC: wm_adsp: Make cirrus_dir const
Richard Fitzgerald
2025-04-30
ASoC: wm_adsp: Don't use no_free_ptr() when passing to PTR_ERR()
Richard Fitzgerald
2025-04-10
ASoC: wm_adsp: Use vmemdup_user() instead of open-coding
Richard Fitzgerald
2025-04-08
ASoC: wm_adsp: Remove unnecessary NULL check before release_firmware()
Chen Ni
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-08-05
ASoC: wm_adsp: Add control_add callback and export wm_adsp_control_add()
Simon Trimmer
2024-07-10
firmware: cs_dsp: Rename fw_ver to wmfw_ver
Richard Fitzgerald
2024-05-27
ASoC: wm_adsp: Add missing MODULE_DESCRIPTION()
Charles Keepax
2024-04-10
ASoC: wm_adsp: Include array_size.h
Richard Fitzgerald
2024-04-03
ALSA: cirrus: Tidy up of firmware control read/write
Mark Brown
2024-04-03
ASoC: wm_adsp: Remove notification of driver write
Simon Trimmer
2024-04-03
ASoC: wm_adsp: Use cs_dsp_coeff_lock_and_[read|write]_ctrl()
Simon Trimmer
2024-04-03
ASoC: Merge up left over v6.8 fix
Mark Brown
2024-03-07
ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl()
Richard Fitzgerald
2024-02-23
ASoC: wm_adsp: Add wm_adsp_start() and wm_adsp_stop()
Richard Fitzgerald
2024-02-01
ASoC: wm_adsp: Don't overwrite fwf_name with the default
Richard Fitzgerald
2024-02-01
ASoC: wm_adsp: Fix firmware file search order
Richard Fitzgerald
2023-12-04
ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate
Dinghao Liu
2023-09-26
ASoC: Merge up fixes
Mark Brown
2023-09-25
ASoC: codec: wm: convert not to use asoc_xxx()
Kuninori Morimoto
2023-09-13
ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl()
Richard Fitzgerald
2023-08-15
ASoC: wm_adsp: Support powering-up DSP without trying to load firmware
Richard Fitzgerald
2023-08-08
ASoC: wm_adsp: Expose the DSP power down actions as wm_adsp_power_down()
Simon Trimmer
2023-05-23
ASoC: do not include pm_runtime.h if not used
Claudiu Beznea
2023-05-15
ASoC: wm_adsp: Update to use new component control notify helepr
Charles Keepax
2023-03-21
ASoC: wm_adsp: Simplify the logging of requested firmware files
Simon Trimmer
[next]