summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm_adsp.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-16ASoC: wm_adsp: wm_adsp_control_add() error: uninitialized symbol 'ret'Simon Trimmer1-2/+3
2021-09-30ASoC: wm_adsp: remove a repeated includingGuo Zhengkui1-1/+0
2021-09-27firmware: cs_dsp: add driver to support firmware loading on Cirrus Logic DSPsSimon Trimmer1-2877/+33
2021-09-27ASoC: wm_adsp: Separate wm_adsp specifics in cs_dsp_client_opsSimon Trimmer1-10/+38
2021-09-27ASoC: wm_adsp: Split out struct cs_dsp from struct wm_adspSimon Trimmer1-163/+189
2021-09-27ASoC: wm_adsp: move firmware loading to clientSimon Trimmer1-51/+112
2021-09-27ASoC: wm_adsp: Pass firmware names as parameters when starting DSP coreSimon Trimmer1-17/+26
2021-09-27ASoC: wm_adsp: Move check of dsp->running to better placeSimon Trimmer1-1/+4
2021-09-27ASoC: wm_adsp: Separate generic cs_dsp_coeff_ctl handlingSimon Trimmer1-127/+156
2021-09-27ASoC: wm_adsp: Move sys_config_size to wm_adspCharles Keepax1-5/+5
2021-09-27ASoC: wm_adsp: Split DSP power operations into helper functionsSimon Trimmer1-222/+273
2021-09-27ASoC: wm_adsp: Separate some ASoC and generic functionsSimon Trimmer1-31/+74
2021-09-27ASoC: wm_adsp: Introduce cs_dsp logging macrosSimon Trimmer1-227/+234
2021-09-27ASoC: wm_adsp: Rename generic DSP supportSimon Trimmer1-413/+413
2021-09-27ASoC: wm_adsp: Cancel ongoing work when removing controlsSimon Trimmer1-25/+9
2021-09-27ASoC: wm_adsp: Switch to using wm_coeff_read_ctrl for compressed buffersCharles Keepax1-17/+7
2021-09-27ASoC: wm_adsp: Move check for control existenceCharles Keepax1-8/+13
2021-09-27ASoC: wm_adsp: Remove use of snd_ctl_elem_type_tSimon Trimmer1-13/+11
2021-08-25Merge branch 'for-5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-0/+2
2021-08-24ASoC: wm_adsp: Put debugfs_remove_recursive back inCharles Keepax1-0/+2
2021-08-06Merge some cs42l42 patches into asoc-5.15Mark Brown1-1/+0
2021-07-28ASoC: wm_adsp: Let soc_cleanup_component_debugfs remove debugfsLucas Tanure1-1/+0
2021-07-12ASoC: wm_adsp: Remove pointless string comparisonCharles Keepax1-4/+3
2021-06-28ASoC: wm_adsp: Add CCM_CORE_RESET to Halo start coreCharles Keepax1-1/+3
2021-06-28ASoC: wm_adsp: Correct wm_coeff_tlv_get handlingCharles Keepax1-1/+1
2021-05-12ASoC: wm_adsp: mark more data structures with the const qualifierSimon Trimmer1-9/+9
2021-03-11ASoC: wm_adsp: simplify return valuePierre-Louis Bossart1-1/+1
2021-02-11ASoC: wm_adsp: Remove unused control callback structureCharles Keepax1-10/+0
2021-02-05Merge branch 'asoc-5.11' into asoc-5.12Mark Brown1-0/+3
2021-01-18ASoC: wm_adsp: Fix control name parsing for multi-fwJames Schulman1-0/+3
2021-01-11ASoC: wm_adsp: Fix uninitialized variable warningsRichard Fitzgerald1-1/+1
2020-12-31ASoC: wm_adsp: Use snd_ctl_elem_type_t for control typesRichard Fitzgerald1-5/+7
2020-12-31ASoC: wm_adsp: Only use __be32 for big-endian dataRichard Fitzgerald1-17/+16
2020-12-28ASoC: wm_adsp: Improve handling of raw byte streamsRichard Fitzgerald1-25/+30
2020-12-11ASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control()Dan Carpenter1-2/+3
2020-11-25ASoC: wm_adsp: fix error return code in wm_adsp_load()Luo Meng1-0/+1
2020-10-09Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown1-4/+4
2020-10-01ASoC: wm_adsp: Pass full name to snd_ctl_notifyAdam Brickman1-1/+19
2020-08-18ASoC: wm_adsp: Update naming in error handlingCharles Keepax1-4/+4
2020-07-23ASoC: wm_adsp: Support new metadata block ID'sJames Schulman1-0/+1
2020-06-22ASoC: wm_adsp: Add controls for calibration and diagnostic FWVlad Karpovich1-2/+8
2020-04-21ASoC: codec: wm_adsp: use snd_compress_opsKuninori Morimoto1-6/+12
2020-03-27ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-5/+5
2020-03-13Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-2/+2
2020-03-13ASoC: wm_adsp: Use scnprintf() for the limited buffer outputTakashi Iwai1-2/+2
2020-01-17ASoC: wm_adsp: Correct cache handling of new kernel control APICharles Keepax1-47/+51
2019-11-18ASoC: wm_adsp: Expose mixer control APILi Xu1-1/+80
2019-10-02ASoC: wm_adsp: Don't generate kcontrols without READ flagsStuart Henderson1-2/+1
2019-10-01ASoC: wm_adsp: Fix theoretical NULL pointer for alg_regionLi Xu1-1/+6
2019-07-25ASoC: wm_adsp: Allow bus error handler to be called directlyCharles Keepax1-2/+4