summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm_adsp.c
AgeCommit message (Expand)AuthorFilesLines
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-20ASoC: wm_adsp: wm_coeff_{read|write}_control should use passed lengthCharles Keepax1-8/+8
2016-02-20ASoC: wm_adsp: Fixup some odd line wrappingCharles Keepax1-16/+7
2016-02-20ASoC: wm_adsp: Explicitly set the control access flags in all casesCharles Keepax1-0/+3
2016-02-20ASoC: 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-13ASoC: wm_adsp: Add locking to DSP firmware controlsCharles Keepax1-7/+17
2015-12-13ASoC: wm_adsp: Fixup some minor formatting and checkpatch errorsCharles Keepax1-14/+13
2015-12-13ASoC: wm_adsp: Add power lock for firmware change controlCharles Keepax1-3/+8
2015-12-13ASoC: 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
2015-05-29ASoC: wm_adsp: Dump scratch registers on DSP shutdownRichard Fitzgerald1-0/+27
2015-04-27ASoC: wm_adsp: Add support for DSP control flagsCharles Keepax1-8/+35
2015-04-27ASoC: wm_adsp: Use __leXX for little endian dataCharles Keepax1-3/+3
2015-04-27ASoC: wm_adsp: Warn that firmware file format 0 is depreciatedCharles Keepax1-0/+3
2015-04-27ASoC: wm_adsp: Add support for rev 2 firmware file formatCharles Keepax1-18/+119
2015-04-27ASoC: wm_adsp: Add basic support for rev 1 firmware file formatCharles Keepax1-46/+193
2015-04-27ASoC: wm_adsp: Group all the ALSA control functions togetherCharles Keepax1-140/+140
2015-04-27ASoC: wm_adsp: Remove private field from wm_coeff_ctlCharles Keepax1-1/+0
2015-04-27ASoC: wm_adsp: Factor out creation of alg_regionsCharles Keepax1-70/+64
2015-04-27ASoC: wm_adsp: Clean up low level control read/write functionsCharles Keepax1-7/+5