summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-14ASoC: wm_adsp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-30/+7
2019-05-02ASoC: wm_adsp: Correct region base typo in wm_halo_setup_algsCharles Keepax1-1/+1
2019-05-02ASoC: wm_adsp: Use DSP ops pointers to stop watchdog in error handlersCharles Keepax1-2/+2
2019-04-04ASoC: wm_adsp: Avoid calling snd_compr_stop_error from WDT expiryCharles Keepax1-6/+4
2019-04-04Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-1/+2
2019-04-03ASoC: wm_adsp: Make use of local variablesCharles Keepax1-3/+3
2019-04-03ASoC: wm_adsp: Remove redundant NULL check in wm_adsp_buffer_freeCharles Keepax1-2/+1
2019-04-03ASoC: wm_adsp: Check for buffer in trigger stopCharles Keepax1-1/+2
2019-04-01ASoC: wm_adsp: Fix typo in commentCharles Keepax1-1/+1
2019-03-20ASoC: wm_adsp: Correct some minor issuesCharles Keepax1-8/+8
2019-03-19ASoC: wm_adsp: Add WDT expiry IRQ handling support for Halo coreStuart Henderson1-0/+29
2019-03-19ASoC: wm_adsp: Add HALO MPU fault loggingRichard Fitzgerald1-0/+84
2019-03-19ASoC: wm_adsp: Add support for new Halo core DSPsWen Shi1-29/+325
2019-03-19ASoC: wm_adsp: Factor out DSP specific operationsCharles Keepax1-145/+238
2019-03-19ASoC: wm_adsp: Factor out parsing of firmware ID headerCharles Keepax1-15/+16
2019-03-19ASoC: wm_adsp: Refactor firmware status readingCharles Keepax1-25/+18
2019-03-19ASoC: wm_adsp: Move wm_adsp2_set_dspclk to CODEC driversRichard Fitzgerald1-19/+13
2019-03-19ASoC: wm_adsp: Don't export wm_adsp2_lockCharles Keepax1-31/+30
2019-03-19ASoC: wm_adsp: Shutdown any compressed streams on DSP watchdog timeoutCharles Keepax1-0/+21
2019-03-19ASoC: wm_adsp: Add locking to wm_adsp2_bus_errorCharles Keepax1-3/+8
2019-03-19ASoC: wm_adsp: Correct error messages in wm_adsp_buffer_get_errorCharles Keepax1-2/+2
2019-03-19ASoC: wm_adsp: Correct handling of compressed streams that restartCharles Keepax1-2/+1
2019-02-26Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-17/+21
2019-02-22ASoC: wm_adsp: Improve logging messagesCharles Keepax1-44/+53
2019-02-22ASoC: wm_adsp: Add support for multiple compressed buffersStuart Henderson1-49/+117
2019-02-22ASoC: wm_adsp: Refactor compress stream initialisationCharles Keepax1-65/+74
2019-02-22ASoC: wm_adsp: Reorder some functions for improved clarityCharles Keepax1-40/+41
2019-02-22ASoC: wm_adsp: Factor out stripping padding from ADSP dataCharles Keepax1-10/+17
2019-02-20ASoC: wm_adsp: Allow compressed buffers in any memory regionAndrew Ford1-2/+6
2019-02-20ASoC: wm_adsp: Update cached error state on triggerStuart Henderson1-17/+21
2018-12-13Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-17/+20
2018-11-13ASoC: wm_adsp: Factor out common init codeRichard Fitzgerald1-6/+8