summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-08-251-0/+2
|\
| * ASoC: wm_adsp: Put debugfs_remove_recursive back inCharles Keepax2021-08-241-0/+2
* | Merge some cs42l42 patches into asoc-5.15Mark Brown2021-08-061-1/+0
|\|
| * ASoC: wm_adsp: Let soc_cleanup_component_debugfs remove debugfsLucas Tanure2021-07-281-1/+0
* | ASoC: wm_adsp: Remove pointless string comparisonCharles Keepax2021-07-121-4/+3
|/
* ASoC: wm_adsp: Add CCM_CORE_RESET to Halo start coreCharles Keepax2021-06-281-1/+3
* ASoC: wm_adsp: Correct wm_coeff_tlv_get handlingCharles Keepax2021-06-281-1/+1
* ASoC: wm_adsp: mark more data structures with the const qualifierSimon Trimmer2021-05-121-9/+9
* ASoC: wm_adsp: simplify return valuePierre-Louis Bossart2021-03-111-1/+1
* ASoC: wm_adsp: Remove unused control callback structureCharles Keepax2021-02-111-10/+0
* Merge branch 'asoc-5.11' into asoc-5.12Mark Brown2021-02-051-0/+3
|\
| * ASoC: wm_adsp: Fix control name parsing for multi-fwJames Schulman2021-01-181-0/+3
* | ASoC: wm_adsp: Fix uninitialized variable warningsRichard Fitzgerald2021-01-111-1/+1
* | ASoC: wm_adsp: Use snd_ctl_elem_type_t for control typesRichard Fitzgerald2020-12-311-5/+7
* | ASoC: wm_adsp: Only use __be32 for big-endian dataRichard Fitzgerald2020-12-311-17/+16
* | ASoC: wm_adsp: Improve handling of raw byte streamsRichard Fitzgerald2020-12-281-25/+30
|/
* ASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control()Dan Carpenter2020-12-111-2/+3
* ASoC: wm_adsp: fix error return code in wm_adsp_load()Luo Meng2020-11-251-0/+1
* Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown2020-10-091-4/+4
|\
| * ASoC: wm_adsp: Update naming in error handlingCharles Keepax2020-08-181-4/+4
* | ASoC: wm_adsp: Pass full name to snd_ctl_notifyAdam Brickman2020-10-011-1/+19
|/
* ASoC: wm_adsp: Support new metadata block ID'sJames Schulman2020-07-231-0/+1
* ASoC: wm_adsp: Add controls for calibration and diagnostic FWVlad Karpovich2020-06-221-2/+8
* ASoC: codec: wm_adsp: use snd_compress_opsKuninori Morimoto2020-04-211-6/+12
* ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-5/+5
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-131-2/+2
|\
| * ASoC: wm_adsp: Use scnprintf() for the limited buffer outputTakashi Iwai2020-03-131-2/+2
* | ASoC: wm_adsp: Correct cache handling of new kernel control APICharles Keepax2020-01-171-47/+51
|/
* ASoC: wm_adsp: Expose mixer control APILi Xu2019-11-181-1/+80
* ASoC: wm_adsp: Don't generate kcontrols without READ flagsStuart Henderson2019-10-021-2/+1
* ASoC: wm_adsp: Fix theoretical NULL pointer for alg_regionLi Xu2019-10-011-1/+6
* ASoC: wm_adsp: Allow bus error handler to be called directlyCharles Keepax2019-07-251-2/+4
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | ASoC: wm_adsp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-141-30/+7
|/
* ASoC: wm_adsp: Correct region base typo in wm_halo_setup_algsCharles Keepax2019-05-021-1/+1
* ASoC: wm_adsp: Use DSP ops pointers to stop watchdog in error handlersCharles Keepax2019-05-021-2/+2
* ASoC: wm_adsp: Avoid calling snd_compr_stop_error from WDT expiryCharles Keepax2019-04-041-6/+4
* Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-041-1/+2
|\
| * ASoC: wm_adsp: Check for buffer in trigger stopCharles Keepax2019-04-031-1/+2
* | ASoC: wm_adsp: Make use of local variablesCharles Keepax2019-04-031-3/+3
* | ASoC: wm_adsp: Remove redundant NULL check in wm_adsp_buffer_freeCharles Keepax2019-04-031-2/+1
* | ASoC: wm_adsp: Fix typo in commentCharles Keepax2019-04-011-1/+1
* | ASoC: wm_adsp: Correct some minor issuesCharles Keepax2019-03-201-8/+8
* | ASoC: wm_adsp: Add WDT expiry IRQ handling support for Halo coreStuart Henderson2019-03-191-0/+29
* | ASoC: wm_adsp: Add HALO MPU fault loggingRichard Fitzgerald2019-03-191-0/+84
* | ASoC: wm_adsp: Add support for new Halo core DSPsWen Shi2019-03-191-29/+325
* | ASoC: wm_adsp: Factor out DSP specific operationsCharles Keepax2019-03-191-145/+238
* | ASoC: wm_adsp: Factor out parsing of firmware ID headerCharles Keepax2019-03-191-15/+16
* | ASoC: wm_adsp: Refactor firmware status readingCharles Keepax2019-03-191-25/+18