aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
AgeCommit message (Expand)Author
2023-12-13ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populateDinghao Liu
2022-06-22ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put()Mark Brown
2021-07-28ASoC: wm_adsp: Correct wm_coeff_tlv_get handlingCharles Keepax
2021-02-13ASoC: wm_adsp: Fix control name parsing for multi-fwJames Schulman
2020-12-30ASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control()Dan Carpenter
2020-11-25ASoC: wm_adsp: fix error return code in wm_adsp_load()Luo Meng
2020-10-09Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown
2020-10-01ASoC: wm_adsp: Pass full name to snd_ctl_notifyAdam Brickman
2020-08-18ASoC: wm_adsp: Update naming in error handlingCharles Keepax
2020-07-23ASoC: wm_adsp: Support new metadata block ID'sJames Schulman
2020-06-22ASoC: wm_adsp: Add controls for calibration and diagnostic FWVlad Karpovich
2020-04-21ASoC: codec: wm_adsp: use snd_compress_opsKuninori Morimoto
2020-03-27ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto
2020-03-13Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-03-13ASoC: wm_adsp: Use scnprintf() for the limited buffer outputTakashi Iwai
2020-01-17ASoC: wm_adsp: Correct cache handling of new kernel control APICharles Keepax
2019-11-18ASoC: wm_adsp: Expose mixer control APILi Xu
2019-10-02ASoC: wm_adsp: Don't generate kcontrols without READ flagsStuart Henderson
2019-10-01ASoC: wm_adsp: Fix theoretical NULL pointer for alg_regionLi Xu
2019-07-25ASoC: wm_adsp: Allow bus error handler to be called directlyCharles Keepax
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-14ASoC: wm_adsp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-02ASoC: wm_adsp: Correct region base typo in wm_halo_setup_algsCharles Keepax
2019-05-02ASoC: wm_adsp: Use DSP ops pointers to stop watchdog in error handlersCharles Keepax
2019-04-04ASoC: wm_adsp: Avoid calling snd_compr_stop_error from WDT expiryCharles Keepax
2019-04-04Merge branch 'asoc-5.1' into asoc-5.2Mark Brown
2019-04-03ASoC: wm_adsp: Make use of local variablesCharles Keepax
2019-04-03ASoC: wm_adsp: Remove redundant NULL check in wm_adsp_buffer_freeCharles Keepax
2019-04-03ASoC: wm_adsp: Check for buffer in trigger stopCharles Keepax
2019-04-01ASoC: wm_adsp: Fix typo in commentCharles Keepax
2019-03-20ASoC: wm_adsp: Correct some minor issuesCharles Keepax
2019-03-19ASoC: wm_adsp: Add WDT expiry IRQ handling support for Halo coreStuart Henderson
2019-03-19ASoC: wm_adsp: Add HALO MPU fault loggingRichard Fitzgerald
2019-03-19ASoC: wm_adsp: Add support for new Halo core DSPsWen Shi
2019-03-19ASoC: wm_adsp: Factor out DSP specific operationsCharles Keepax
2019-03-19ASoC: wm_adsp: Factor out parsing of firmware ID headerCharles Keepax
2019-03-19ASoC: wm_adsp: Refactor firmware status readingCharles Keepax
2019-03-19ASoC: wm_adsp: Move wm_adsp2_set_dspclk to CODEC driversRichard Fitzgerald
2019-03-19ASoC: wm_adsp: Don't export wm_adsp2_lockCharles Keepax
2019-03-19ASoC: wm_adsp: Shutdown any compressed streams on DSP watchdog timeoutCharles Keepax
2019-03-19ASoC: wm_adsp: Add locking to wm_adsp2_bus_errorCharles Keepax
2019-03-19ASoC: wm_adsp: Correct error messages in wm_adsp_buffer_get_errorCharles Keepax
2019-03-19ASoC: wm_adsp: Correct handling of compressed streams that restartCharles Keepax
2019-02-26Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-02-22ASoC: wm_adsp: Improve logging messagesCharles Keepax
2019-02-22ASoC: wm_adsp: Add support for multiple compressed buffersStuart Henderson
2019-02-22ASoC: wm_adsp: Refactor compress stream initialisationCharles Keepax
2019-02-22ASoC: wm_adsp: Reorder some functions for improved clarityCharles Keepax
2019-02-22ASoC: wm_adsp: Factor out stripping padding from ADSP dataCharles Keepax