index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
wm_adsp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-13
ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl()
Richard Fitzgerald
1
-2
/
+11
2023-08-15
ASoC: wm_adsp: Support powering-up DSP without trying to load firmware
Richard Fitzgerald
1
-7
/
+9
2023-08-08
ASoC: wm_adsp: Expose the DSP power down actions as wm_adsp_power_down()
Simon Trimmer
1
-1
/
+7
2023-05-23
ASoC: do not include pm_runtime.h if not used
Claudiu Beznea
1
-1
/
+0
2023-05-15
ASoC: wm_adsp: Update to use new component control notify helepr
Charles Keepax
1
-19
/
+1
2023-03-21
ASoC: wm_adsp: Simplify the logging of requested firmware files
Simon Trimmer
1
-4
/
+2
2023-03-21
ASoC: wm_adsp: Add support for loading bin files without wmfw
Simon Trimmer
1
-1
/
+22
2023-03-21
ASoC: wm_adsp: Expose the DSP boot work actions as wm_adsp_power_up()
Simon Trimmer
1
-9
/
+18
2023-03-21
ASoC: wm_adsp: Support DSPs that don't require firmware download
Simon Trimmer
1
-0
/
+3
2023-03-21
ASoC: wm_adsp: Use no_core_startstop to prevent creating preload control
Simon Trimmer
1
-2
/
+4
2022-11-25
firmware: cs_dsp: Switch to using namespaced exports
Mark Brown
1
-0
/
+1
2022-11-25
ASoC: wm_adsp: Report when a control write changes the value
Mark Brown
1
-9
/
+18
2022-11-25
firmware: cs_dsp: Make the exports namespaced
Richard Fitzgerald
1
-0
/
+1
2022-11-23
ASoC: wm_adsp: Return whether changed when writing controls
Simon Trimmer
1
-9
/
+18
2022-11-23
ASoC: wm_adsp: Allow client to hook into pre_run callback
Richard Fitzgerald
1
-0
/
+11
2022-09-05
ASoC: wm_adsp: Handle optional legacy support
Cristian Ciocaltea
1
-1
/
+3
2022-06-30
ASoC: wm_adsp: Minor clean and redundant code removal
Charles Keepax
1
-20
/
+5
2022-06-21
ASoC: wm_adsp: Fix event for preloader
Charles Keepax
1
-1
/
+1
2022-06-07
Merge tag 'v5.19-rc1' into asoc-5.19
Mark Brown
1
-5
/
+5
2022-06-06
ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put()
Mark Brown
1
-1
/
+1
2022-05-21
Merge tag 'asoc-fix-v5.18-rc7' of https://git.kernel.org/pub/scm/linux/kernel...
Takashi Iwai
1
-5
/
+5
2022-03-21
Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
1
-35
/
+127
2022-03-09
ASoC: wm_adsp: Compressed stream DSP memory structs should be __packed
Simon Trimmer
1
-5
/
+5
2022-03-07
ASoC: wm_adsp: Expand firmware loading search options
Simon Trimmer
1
-12
/
+87
2022-02-11
ASoC: wm_adsp: Add trace caps to speaker protection FW
Vlad Karpovich
1
-2
/
+7
2022-02-11
ASoC: wm_adsp: Make compressed buffers optional
Charles Keepax
1
-21
/
+33
2022-02-10
ASoC: wm_adsp: Correct control read size when parsing compressed buffer
Charles Keepax
1
-1
/
+2
2022-01-05
ASoC: wm_adsp: Add support for "toggle" preloaders
Charles Keepax
1
-3
/
+11
2021-12-01
Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-2
/
+3
2021-11-17
firmware: cs_dsp: Add offset to cs_dsp read/write
Charles Keepax
1
-7
/
+7
2021-11-17
ASoC: wm_adsp: Remove the wmfw_add_ctl helper function
Charles Keepax
1
-24
/
+9
2021-11-15
ASoC: wm_adsp: wm_adsp_control_add() error: uninitialized symbol 'ret'
Simon Trimmer
1
-2
/
+3
2021-09-30
ASoC: wm_adsp: remove a repeated including
Guo Zhengkui
1
-1
/
+0
2021-09-27
firmware: cs_dsp: add driver to support firmware loading on Cirrus Logic DSPs
Simon Trimmer
1
-2877
/
+33
2021-09-27
ASoC: wm_adsp: Separate wm_adsp specifics in cs_dsp_client_ops
Simon Trimmer
1
-10
/
+38
2021-09-27
ASoC: wm_adsp: Split out struct cs_dsp from struct wm_adsp
Simon Trimmer
1
-163
/
+189
2021-09-27
ASoC: wm_adsp: move firmware loading to client
Simon Trimmer
1
-51
/
+112
2021-09-27
ASoC: wm_adsp: Pass firmware names as parameters when starting DSP core
Simon Trimmer
1
-17
/
+26
2021-09-27
ASoC: wm_adsp: Move check of dsp->running to better place
Simon Trimmer
1
-1
/
+4
2021-09-27
ASoC: wm_adsp: Separate generic cs_dsp_coeff_ctl handling
Simon Trimmer
1
-127
/
+156
2021-09-27
ASoC: wm_adsp: Move sys_config_size to wm_adsp
Charles Keepax
1
-5
/
+5
2021-09-27
ASoC: wm_adsp: Split DSP power operations into helper functions
Simon Trimmer
1
-222
/
+273
2021-09-27
ASoC: wm_adsp: Separate some ASoC and generic functions
Simon Trimmer
1
-31
/
+74
2021-09-27
ASoC: wm_adsp: Introduce cs_dsp logging macros
Simon Trimmer
1
-227
/
+234
2021-09-27
ASoC: wm_adsp: Rename generic DSP support
Simon Trimmer
1
-413
/
+413
2021-09-27
ASoC: wm_adsp: Cancel ongoing work when removing controls
Simon Trimmer
1
-25
/
+9
2021-09-27
ASoC: wm_adsp: Switch to using wm_coeff_read_ctrl for compressed buffers
Charles Keepax
1
-17
/
+7
2021-09-27
ASoC: wm_adsp: Move check for control existence
Charles Keepax
1
-8
/
+13
2021-09-27
ASoC: wm_adsp: Remove use of snd_ctl_elem_type_t
Simon Trimmer
1
-13
/
+11
2021-08-25
Merge branch 'for-5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-0
/
+2
[next]