summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: wm_adsp: Acknowledge controls should also check the DSP is runningCharles Keepax2017-03-071-1/+1
* ASoC: wm_adsp: Return an error on write to a disabled volatile controlCharles Keepax2017-03-071-1/+6
*-. Merge remote-tracking branches 'asoc/topic/adau17x1', 'asoc/topic/adsp', 'aso...Mark Brown2017-02-191-13/+64
|\ \
| | * ASoC: wm_adsp: Fixup wm_adsp2_boot_work error pathsCharles Keepax2017-01-241-1/+4
| | * ASoC: wm_adsp: Set booted/running flags at the end of bring upCharles Keepax2017-01-241-4/+4
| | * ASoC: wm_adsp: Correct some missing lockingCharles Keepax2017-01-241-7/+12
| | * ASoC: wm_adsp: Add mechanism to preload firmware on a coreCharles Keepax2017-01-061-1/+44
| |/
* | ASoC: wm_adsp: Don't overrun firmware file buffer when reading region dataRichard Fitzgerald2016-12-201-1/+24
|/
* ASoC: wm_adsp: wm_adsp_buf_alloc should use kfree in error pathRichard Fitzgerald2016-12-121-1/+1
* ASoC: wm_adsp: Check return value from wm_adsp_buffer_initCharles Keepax2016-11-221-1/+6
* ASoC: wm_adsp: Remove unused wm_coeff_ctl.kcontrolRichard Fitzgerald2016-11-221-3/+0
* ASoC: wm_adsp: Firmware controls should be added as codec controlsRichard Fitzgerald2016-11-221-4/+4
* ASoC: wm_adsp: Only write shutdown controls for active firmwaresCharles Keepax2016-11-211-0/+3
* ASoC: wm_adsp: factor out getting base register for a controlRichard Fitzgerald2016-11-141-22/+24
* ASoC: wm_adsp: Support acknowledged controlsRichard Fitzgerald2016-11-111-8/+81
* ASoC: wm_adsp: Add support for SYSTEM firmware controlsStuart Henderson2016-11-111-10/+18
* ASoC: wm_adsp: factor out getting region name from typeRichard Fitzgerald2016-11-111-31/+22
* ASoC: wm_adsp: Signal firmware shutdown through event controlRichard Fitzgerald2016-11-111-0/+114
* ASoC: wm_adsp: Remove duplicate set of kcontrol->ifaceRichard Fitzgerald2016-10-211-1/+0
* ASoC: wm_adsp: Allow preloader to do the final shutdown of the DSPCharles Keepax2016-09-261-15/+21
* ASoC: wm_adsp: Put DSP into low power state between loading and runningCharles Keepax2016-09-261-1/+17
* ASoC: wm_adsp: Use usleep_range for short delayCharles Keepax2016-09-261-1/+1
* ASoC: wm_adsp: Move control cache sync out of preloaderCharles Keepax2016-09-241-11/+11
* ASoC: wm_adsp: Separate concept of booted and runningCharles Keepax2016-09-241-11/+25
*-. Merge remote-tracking branches 'asoc/topic/arizona', 'asoc/topic/atmel', 'aso...Mark Brown2016-07-241-0/+5
|\ \
| * | ASoC: wm_adsp: Specifically propagate voice trigger event to callerCharles Keepax2016-05-301-0/+5
| |/
* | ASoC: wm_adsp: Disable DMAs before clearing the transfer lengthSimon Trimmer2016-06-221-3/+5
* | ASoC: wm_adsp: Treat missing compressed buffer as a fatal errorCharles Keepax2016-06-131-10/+2
* | ASoC: wm_adsp: Use new snd_compr_stop_error to signal stream failureCharles Keepax2016-06-131-2/+9
|/
* ASoC: wm_adsp: Detach compressed stream on freeCharles Keepax2016-05-041-0/+22
* ASoC: wm_adsp: Move compr_attach/attached functionsCharles Keepax2016-05-041-19/+19
* Merge branch 'topic/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2016-05-041-16/+36
|\
| * ASoC: wm_adsp: factor out freeing of alg regionsRichard Fitzgerald2016-04-271-16/+16
| * ASoC: wm_adsp: free memory when unloaded or closedRichard Fitzgerald2016-04-271-0/+20
* | ASoC: wm_adsp: Add support for TLV based binary controlsCharles Keepax2016-05-021-20/+108
* | ASoC: wm_adsp: Improve DSP error handlingCharles Keepax2016-04-061-1/+6
* | ASoC: wm_adsp: Factor out fetching of stream errors from the DSPCharles Keepax2016-04-061-9/+19
* | ASoC: wm_adsp: Show avail in bytes to match other messagesCharles Keepax2016-03-291-1/+1
* | ASoC: wm_adsp: Fix some subtle races on compressed streamCharles Keepax2016-03-291-3/+12
|/
*-----. Merge remote-tracking branches 'asoc/topic/ab8500', 'asoc/topic/adau17x1', 'a...Mark Brown2016-03-131-60/+71
|\ \ \ \
| | | | * ASoC: wm_adsp: Add missing const from region definitionsCharles Keepax2016-02-021-2/+2
| | | | * ASoC: wm5110: Add support for audio trace firmwareCharles Keepax2016-01-291-1/+0
| | | | * ASoC: wm_adsp: Move setting of DSP speed into CODEC specific codeCharles Keepax2016-01-291-25/+15
| | | | * ASoC: wm_adsp: Add debug audio trace firmwareCharles Keepax2016-01-291-1/+24
| | | | * ASoC: wm_adsp: Use more generic naming for regions and caps definitionsCharles Keepax2016-01-291-6/+6
| | | |/ | | |/|
| | | * ASoC: wm_adsp: Use correct local length in error messageCharles Keepax2016-03-111-1/+1
| | | * ASoC: wm_adsp: wm_coeff_{read|write}_control should use passed lengthCharles Keepax2016-02-211-8/+8
| | | * ASoC: wm_adsp: Fixup some odd line wrappingCharles Keepax2016-02-211-16/+7
| | | * ASoC: wm_adsp: Explicitly set the control access flags in all casesCharles Keepax2016-02-211-0/+3
| | | * ASoC: wm_adsp: Avoid narrow race condition on compr pointerCharles Keepax2016-02-211-1/+1
OpenPOWER on IntegriCloud