aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/wm_adsp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-26ASoC: wm_adsp: Fix typo in algorithm list warning messageRichard Fitzgerald1-1/+1
2017-05-24ASoC: wm_adsp: Remove unused member of struct wm_coeff_ctl_opsRichard Fitzgerald1-2/+0
2017-05-24ASoC: wm_adsp: Fix type warning in sprintfRichard Fitzgerald1-1/+1
2017-04-05ASoC: wm_adsp: add support for DSP region lockMayuresh Kulkarni1-0/+137
2017-04-05ASoC: wm_adsp: Add support for ADSP2V2Richard Fitzgerald1-43/+144
2017-03-07ASoC: wm_adsp: Acknowledge controls should also check the DSP is runningCharles Keepax1-1/+1
2017-03-07ASoC: wm_adsp: Return an error on write to a disabled volatile controlCharles Keepax1-1/+6
2017-02-19Merge remote-tracking branches 'asoc/topic/adau17x1', 'asoc/topic/adsp', 'asoc/topic/ak4642', 'asoc/topic/amd' and 'asoc/topic/arizona' into asoc-nextMark Brown1-13/+64
2017-01-24ASoC: wm_adsp: Fixup wm_adsp2_boot_work error pathsCharles Keepax1-1/+4
2017-01-24ASoC: wm_adsp: Set booted/running flags at the end of bring upCharles Keepax1-4/+4
2017-01-24ASoC: wm_adsp: Correct some missing lockingCharles Keepax1-7/+12
2017-01-06ASoC: wm_adsp: Add mechanism to preload firmware on a coreCharles Keepax1-1/+44
2016-12-20ASoC: wm_adsp: Don't overrun firmware file buffer when reading region dataRichard Fitzgerald1-1/+24
2016-12-12ASoC: wm_adsp: wm_adsp_buf_alloc should use kfree in error pathRichard Fitzgerald1-1/+1
2016-11-22ASoC: wm_adsp: Check return value from wm_adsp_buffer_initCharles Keepax1-1/+6
2016-11-22ASoC: wm_adsp: Remove unused wm_coeff_ctl.kcontrolRichard Fitzgerald1-3/+0
2016-11-22ASoC: wm_adsp: Firmware controls should be added as codec controlsRichard Fitzgerald1-4/+4
2016-11-21ASoC: wm_adsp: Only write shutdown controls for active firmwaresCharles Keepax1-0/+3
2016-11-14ASoC: wm_adsp: factor out getting base register for a controlRichard Fitzgerald1-22/+24
2016-11-11ASoC: wm_adsp: Support acknowledged controlsRichard Fitzgerald1-8/+81
2016-11-11ASoC: wm_adsp: Add support for SYSTEM firmware controlsStuart Henderson1-10/+18
2016-11-11ASoC: wm_adsp: factor out getting region name from typeRichard Fitzgerald1-31/+22
2016-11-11ASoC: wm_adsp: Signal firmware shutdown through event controlRichard Fitzgerald1-0/+114
2016-10-21ASoC: wm_adsp: Remove duplicate set of kcontrol->ifaceRichard Fitzgerald1-1/+0
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', 'asoc/topic/bt-sco', 'asoc/topic/compress' and 'asoc/topic/cs35l33' into asoc-nextMark 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/broonie/sound into asoc-adspMark 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', 'asoc/topic/ads117x', 'asoc/topic/adsp' and 'asoc/topic/arizona' into asoc-nextMark 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