aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
AgeCommit message (Expand)Author
2020-12-29ASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control()Dan Carpenter
2019-11-10ASoC: wm_adsp: Don't generate kcontrols without READ flagsStuart Henderson
2019-05-10ASoC: wm_adsp: Add locking to wm_adsp2_bus_errorCharles Keepax
2018-12-17ASoC: wm_adsp: Fix dma-unsafe read of scratch registersRichard Fitzgerald
2018-03-19ASoC: wm_adsp: For TLV controls only register TLV get/setRichard Fitzgerald
2018-01-02ASoC: wm_adsp: Fix validation of firmware and coeff lengthsBen Hutchings
2017-05-26ASoC: wm_adsp: Fix typo in algorithm list warning messageRichard Fitzgerald
2017-05-24ASoC: wm_adsp: Remove unused member of struct wm_coeff_ctl_opsRichard Fitzgerald
2017-05-24ASoC: wm_adsp: Fix type warning in sprintfRichard Fitzgerald
2017-04-05ASoC: wm_adsp: add support for DSP region lockMayuresh Kulkarni
2017-04-05ASoC: wm_adsp: Add support for ADSP2V2Richard Fitzgerald
2017-03-07ASoC: wm_adsp: Acknowledge controls should also check the DSP is runningCharles Keepax
2017-03-07ASoC: wm_adsp: Return an error on write to a disabled volatile controlCharles Keepax
2017-02-19Merge remote-tracking branches 'asoc/topic/adau17x1', 'asoc/topic/adsp', 'aso...Mark Brown
2017-01-24ASoC: wm_adsp: Fixup wm_adsp2_boot_work error pathsCharles Keepax
2017-01-24ASoC: wm_adsp: Set booted/running flags at the end of bring upCharles Keepax
2017-01-24ASoC: wm_adsp: Correct some missing lockingCharles Keepax
2017-01-06ASoC: wm_adsp: Add mechanism to preload firmware on a coreCharles Keepax
2016-12-20ASoC: wm_adsp: Don't overrun firmware file buffer when reading region dataRichard Fitzgerald
2016-12-12ASoC: wm_adsp: wm_adsp_buf_alloc should use kfree in error pathRichard Fitzgerald
2016-11-22ASoC: wm_adsp: Check return value from wm_adsp_buffer_initCharles Keepax
2016-11-22ASoC: wm_adsp: Remove unused wm_coeff_ctl.kcontrolRichard Fitzgerald
2016-11-22ASoC: wm_adsp: Firmware controls should be added as codec controlsRichard Fitzgerald
2016-11-21ASoC: wm_adsp: Only write shutdown controls for active firmwaresCharles Keepax
2016-11-14ASoC: wm_adsp: factor out getting base register for a controlRichard Fitzgerald
2016-11-11ASoC: wm_adsp: Support acknowledged controlsRichard Fitzgerald
2016-11-11ASoC: wm_adsp: Add support for SYSTEM firmware controlsStuart Henderson
2016-11-11ASoC: wm_adsp: factor out getting region name from typeRichard Fitzgerald
2016-11-11ASoC: wm_adsp: Signal firmware shutdown through event controlRichard Fitzgerald
2016-10-21ASoC: wm_adsp: Remove duplicate set of kcontrol->ifaceRichard Fitzgerald
2016-09-26ASoC: wm_adsp: Allow preloader to do the final shutdown of the DSPCharles Keepax
2016-09-26ASoC: wm_adsp: Put DSP into low power state between loading and runningCharles Keepax
2016-09-26ASoC: wm_adsp: Use usleep_range for short delayCharles Keepax
2016-09-24ASoC: wm_adsp: Move control cache sync out of preloaderCharles Keepax
2016-09-24ASoC: wm_adsp: Separate concept of booted and runningCharles Keepax
2016-07-24Merge remote-tracking branches 'asoc/topic/arizona', 'asoc/topic/atmel', 'aso...Mark Brown
2016-06-22ASoC: wm_adsp: Disable DMAs before clearing the transfer lengthSimon Trimmer
2016-06-13ASoC: wm_adsp: Treat missing compressed buffer as a fatal errorCharles Keepax
2016-06-13ASoC: wm_adsp: Use new snd_compr_stop_error to signal stream failureCharles Keepax
2016-05-30ASoC: wm_adsp: Specifically propagate voice trigger event to callerCharles Keepax
2016-05-04ASoC: wm_adsp: Detach compressed stream on freeCharles Keepax
2016-05-04ASoC: wm_adsp: Move compr_attach/attached functionsCharles Keepax
2016-05-04Merge branch 'topic/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown
2016-05-02ASoC: wm_adsp: Add support for TLV based binary controlsCharles Keepax
2016-04-27ASoC: wm_adsp: factor out freeing of alg regionsRichard Fitzgerald
2016-04-27ASoC: wm_adsp: free memory when unloaded or closedRichard Fitzgerald
2016-04-06ASoC: wm_adsp: Improve DSP error handlingCharles Keepax
2016-04-06ASoC: wm_adsp: Factor out fetching of stream errors from the DSPCharles Keepax
2016-03-29ASoC: wm_adsp: Show avail in bytes to match other messagesCharles Keepax
2016-03-29ASoC: wm_adsp: Fix some subtle races on compressed streamCharles Keepax