aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
AgeCommit message (Expand)Author
2019-12-16ASoC: wm_adsp: Don't generate kcontrols without READ flagsStuart Henderson
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
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
2019-02-20ASoC: wm_adsp: Allow compressed buffers in any memory regionAndrew Ford
2019-02-20ASoC: wm_adsp: Update cached error state on triggerStuart Henderson
2018-12-13Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2018-11-13ASoC: wm_adsp: Factor out common init codeRichard Fitzgerald
2018-11-13ASoC: wm_adsp: Fix dma-unsafe read of scratch registersRichard Fitzgerald
2018-10-19ASoC: wm_adsp: Log addresses as 8 digits in wm_adsp_buffer_populateRichard Fitzgerald
2018-10-19ASoC: wm_adsp: Rename memory fields in wm_adsp_bufferRichard Fitzgerald
2018-08-08ASoC: wm_adsp: Make DSP name configurable by codec driverRichard Fitzgerald
2018-08-08Merge branch 'asoc-4.18' into asoc-4.19 wmadsp depMark Brown
2018-08-08ASoC: wm_adsp: Declare firmware controls from codec driverRichard Fitzgerald
2018-08-08ASoC: wm_adsp: Correct DSP pointer for preloader controlAjit Pandey
2018-07-19ASoC: wm_adsp: Parse HOST_BUFFER controlsRichard Fitzgerald
2018-07-19ASoC: wm_adsp: Allow up to 8 channels for voice controlRichard Fitzgerald
2018-07-19ASoC: wm_adsp: Take prefix into account in control name lengthCharles Keepax
2018-07-19ASoC: wm_adsp: Correct algorithm list allocation sizeCharles Keepax
2018-07-19ASoC: wm_adsp: Ensure DSP boot work complete before preloader_put returnStuart Henderson
2018-06-20ASoC: wm_adsp: Simplify handling of alg offset and lengthCharles Keepax
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-05Merge tag 'asoc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai
2018-05-28sound: Use octal not symbolic permissionsJoe Perches
2018-04-24ASoC: wm_adsp: Account for name prefixes when toggling preloaderCharles Keepax