summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-26ASoC: wm_adsp: Allow preloader to do the final shutdown of the DSPCharles Keepax1-15/+21
2016-09-26ASoC: wm_adsp: Put DSP into low power state between loading and runningCharles Keepax1-1/+17
2016-09-26ASoC: wm_adsp: Use usleep_range for short delayCharles Keepax1-1/+1
2016-09-24ASoC: wm_adsp: Move control cache sync out of preloaderCharles Keepax1-11/+11
2016-09-24ASoC: wm_adsp: Separate concept of booted and runningCharles Keepax1-11/+25
2016-07-24Merge remote-tracking branches 'asoc/topic/arizona', 'asoc/topic/atmel', 'aso...Mark Brown1-0/+5
2016-06-22ASoC: wm_adsp: Disable DMAs before clearing the transfer lengthSimon Trimmer1-3/+5
2016-06-13ASoC: wm_adsp: Treat missing compressed buffer as a fatal errorCharles Keepax1-10/+2
2016-06-13ASoC: wm_adsp: Use new snd_compr_stop_error to signal stream failureCharles Keepax1-2/+9
2016-05-30ASoC: wm_adsp: Specifically propagate voice trigger event to callerCharles Keepax1-0/+5
2016-05-04ASoC: wm_adsp: Detach compressed stream on freeCharles Keepax1-0/+22
2016-05-04ASoC: wm_adsp: Move compr_attach/attached functionsCharles Keepax1-19/+19
2016-05-04Merge branch 'topic/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown1-16/+36
2016-05-02ASoC: wm_adsp: Add support for TLV based binary controlsCharles Keepax1-20/+108
2016-04-27ASoC: wm_adsp: factor out freeing of alg regionsRichard Fitzgerald1-16/+16
2016-04-27ASoC: wm_adsp: free memory when unloaded or closedRichard Fitzgerald1-0/+20
2016-04-06ASoC: wm_adsp: Improve DSP error handlingCharles Keepax1-1/+6
2016-04-06ASoC: wm_adsp: Factor out fetching of stream errors from the DSPCharles Keepax1-9/+19
2016-03-29ASoC: wm_adsp: Show avail in bytes to match other messagesCharles Keepax1-1/+1
2016-03-29ASoC: wm_adsp: Fix some subtle races on compressed streamCharles Keepax1-3/+12
2016-03-13Merge remote-tracking branches 'asoc/topic/ab8500', 'asoc/topic/adau17x1', 'a...Mark Brown1-60/+71
2016-03-11ASoC: wm_adsp: Use correct local length in error messageCharles Keepax1-1/+1
2016-03-01ASoC: wm_adsp: Fix enum ctl accesses in a wrong typeTakashi Iwai1-4/+4
2016-02-21ASoC: wm_adsp: wm_coeff_{read|write}_control should use passed lengthCharles Keepax1-8/+8
2016-02-21ASoC: wm_adsp: Fixup some odd line wrappingCharles Keepax1-16/+7
2016-02-21ASoC: wm_adsp: Explicitly set the control access flags in all casesCharles Keepax1-0/+3
2016-02-21ASoC: wm_adsp: Avoid narrow race condition on compr pointerCharles Keepax1-1/+1
2016-02-02ASoC: wm_adsp: Return sample rate in wm_adsp_compr_pointerCharles Keepax1-0/+5
2016-02-02ASoC: wm_adsp: Add missing const from region definitionsCharles Keepax1-2/+2
2016-01-29ASoC: wm5110: Add support for audio trace firmwareCharles Keepax1-1/+0
2016-01-29ASoC: wm_adsp: Move setting of DSP speed into CODEC specific codeCharles Keepax1-25/+15
2016-01-29ASoC: wm_adsp: Add debug audio trace firmwareCharles Keepax1-1/+24
2016-01-29ASoC: wm_adsp: Use more generic naming for regions and caps definitionsCharles Keepax1-6/+6
2016-01-06ASoC: wm_adsp: Pull data through compressed readCharles Keepax1-0/+138
2016-01-06ASoC: wm_adsp: Add a handler for the compressed IRQCharles Keepax1-0/+188
2015-12-23ASoC: wm_adsp: Attach buffers and streams togetherCharles Keepax1-0/+62
2015-12-23ASoC: wm_adsp: Add code to locate and initialise compressed bufferCharles Keepax1-0/+291
2015-12-23ASoC: wm_adsp: Add support for opening a compressed streamCharles Keepax1-3/+191
2015-12-23ASoC: wm_adsp: Factor out finding the location of an algorithm regionCharles Keepax1-14/+21
2015-12-17ASoC: wm_adsp: Mimic legacy behaviour of reading controls when DSP is onCharles Keepax1-0/+3
2015-12-12ASoC: wm_adsp: Add locking to DSP firmware controlsCharles Keepax1-7/+17
2015-12-12ASoC: wm_adsp: Fixup some minor formatting and checkpatch errorsCharles Keepax1-14/+13
2015-12-12ASoC: wm_adsp: Add power lock for firmware change controlCharles Keepax1-3/+8
2015-12-12ASoC: wm_adsp: Replace debugfs lock with more general DSP power lockCharles Keepax1-33/+42
2015-11-27ASoC: wm_adsp: Expand the list of available firmwaresCharles Keepax1-14/+35
2015-06-19ASoC: wm_adsp: Move DSP Rate controls into the codecRichard Fitzgerald1-46/+6
2015-06-11ASoC: wm_adsp: Add basic debugfs entriesRichard Fitzgerald1-3/+192
2015-06-11ASoC: wm_adsp: create ALSA controls from wm_adsp driverRichard Fitzgerald1-17/+24
2015-06-11ASoC: wm_adsp: Add codec_probe and codec_remove stubsRichard Fitzgerald1-0/+12
2015-06-02ASoC: wm_adsp: Move DVFS control into codec driverRichard Fitzgerald1-72/+1