summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ASoC: wm_adsp: Move wm_adsp2_set_dspclk to CODEC driversRichard Fitzgerald2019-03-191-19/+13
* | ASoC: wm_adsp: Don't export wm_adsp2_lockCharles Keepax2019-03-191-31/+30
|/
* ASoC: wm_adsp: Shutdown any compressed streams on DSP watchdog timeoutCharles Keepax2019-03-191-0/+21
* ASoC: wm_adsp: Add locking to wm_adsp2_bus_errorCharles Keepax2019-03-191-3/+8
* ASoC: wm_adsp: Correct error messages in wm_adsp_buffer_get_errorCharles Keepax2019-03-191-2/+2
* ASoC: wm_adsp: Correct handling of compressed streams that restartCharles Keepax2019-03-191-2/+1
* Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-02-261-17/+21
|\
| * ASoC: wm_adsp: Update cached error state on triggerStuart Henderson2019-02-201-17/+21
* | ASoC: wm_adsp: Improve logging messagesCharles Keepax2019-02-221-44/+53
* | ASoC: wm_adsp: Add support for multiple compressed buffersStuart Henderson2019-02-221-49/+117
* | ASoC: wm_adsp: Refactor compress stream initialisationCharles Keepax2019-02-221-65/+74
* | ASoC: wm_adsp: Reorder some functions for improved clarityCharles Keepax2019-02-221-40/+41
* | ASoC: wm_adsp: Factor out stripping padding from ADSP dataCharles Keepax2019-02-221-10/+17
* | ASoC: wm_adsp: Allow compressed buffers in any memory regionAndrew Ford2019-02-201-2/+6
|/
* Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-12-131-17/+20
|\
| * ASoC: wm_adsp: Fix dma-unsafe read of scratch registersRichard Fitzgerald2018-11-131-17/+20