summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
Commit message (Expand)AuthorAgeFilesLines
*-. 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/+2Star
* | 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/+0Star
| | | | * ASoC: wm_adsp: Move setting of DSP speed into CODEC specific codeCharles Keepax2016-01-291-25/+15Star
| | | | * 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-201-8/+8
| | | * ASoC: wm_adsp: Fixup some odd line wrappingCharles Keepax2016-02-201-16/+7Star
| | | * ASoC: wm_adsp: Explicitly set the control access flags in all casesCharles Keepax2016-02-201-0/+3
| | | * ASoC: wm_adsp: Avoid narrow race condition on compr pointerCharles Keepax2016-02-201-1/+1
| | | * ASoC: wm_adsp: Return sample rate in wm_adsp_compr_pointerCharles Keepax2016-02-021-0/+5
| | |/
* | / ASoC: wm_adsp: Fix enum ctl accesses in a wrong typeTakashi Iwai2016-03-011-4/+4
| |/ |/|
* | ASoC: wm_adsp: Pull data through compressed readCharles Keepax2016-01-061-0/+138
* | ASoC: wm_adsp: Add a handler for the compressed IRQCharles Keepax2016-01-061-0/+188
|/
* ASoC: wm_adsp: Attach buffers and streams togetherCharles Keepax2015-12-231-0/+62
* ASoC: wm_adsp: Add code to locate and initialise compressed bufferCharles Keepax2015-12-231-0/+291
* ASoC: wm_adsp: Add support for opening a compressed streamCharles Keepax2015-12-231-3/+191
* ASoC: wm_adsp: Factor out finding the location of an algorithm regionCharles Keepax2015-12-231-14/+21
* ASoC: wm_adsp: Mimic legacy behaviour of reading controls when DSP is onCharles Keepax2015-12-171-0/+3
* ASoC: wm_adsp: Add locking to DSP firmware controlsCharles Keepax2015-12-121-7/+17
* ASoC: wm_adsp: Fixup some minor formatting and checkpatch errorsCharles Keepax2015-12-121-14/+13Star
* ASoC: wm_adsp: Add power lock for firmware change controlCharles Keepax2015-12-121-3/+8
* ASoC: wm_adsp: Replace debugfs lock with more general DSP power lockCharles Keepax2015-12-121-33/+42
* ASoC: wm_adsp: Expand the list of available firmwaresCharles Keepax2015-11-271-14/+35
* ASoC: wm_adsp: Move DSP Rate controls into the codecRichard Fitzgerald2015-06-191-46/+6Star
* ASoC: wm_adsp: Add basic debugfs entriesRichard Fitzgerald2015-06-111-3/+192
* ASoC: wm_adsp: create ALSA controls from wm_adsp driverRichard Fitzgerald2015-06-111-17/+24
* ASoC: wm_adsp: Add codec_probe and codec_remove stubsRichard Fitzgerald2015-06-111-0/+12
* ASoC: wm_adsp: Move DVFS control into codec driverRichard Fitzgerald2015-06-021-72/+1Star
* ASoC: wm_adsp: Dump scratch registers on DSP shutdownRichard Fitzgerald2015-05-291-0/+27
* ASoC: wm_adsp: Add support for DSP control flagsCharles Keepax2015-04-271-8/+35
* ASoC: wm_adsp: Use __leXX for little endian dataCharles Keepax2015-04-271-3/+3
* ASoC: wm_adsp: Warn that firmware file format 0 is depreciatedCharles Keepax2015-04-271-0/+3
* ASoC: wm_adsp: Add support for rev 2 firmware file formatCharles Keepax2015-04-271-18/+119