summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-16Merge remote-tracking branches 'asoc/topic/adsp', 'asoc/topic/atmel', 'asoc/t...Mark Brown1-78/+121
2014-01-09ASoC: wm_adsp: Mark wm_adsp2_boot_work as staticCharles Keepax1-1/+1
2014-01-08ASoC: wm_adsp: Start DSP booting earlier in the DAPM processCharles Keepax1-3/+21
2014-01-08ASoC: wm_adsp: Factor out ADSP2 boot proceedureCharles Keepax1-78/+103
2014-01-02Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'aso...Mark Brown1-10/+10
2013-12-18ASoC: wm_adsp: Add small delay while polling DSP RAM startCharles Keepax1-3/+7
2013-12-18ASoC: wm_adsp: Remove duplicate info message for DSP RAM readyCharles Keepax1-1/+0
2013-12-04ASoC: adsp: Use async writes where possibleMark Brown1-9/+9
2013-11-28ASoC: wm_adsp: Stop region iteration when the desired region is foundCharles Keepax1-0/+1
2013-11-08Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown1-11/+6
2013-11-08Merge remote-tracking branch 'asoc/topic/adsp' into asoc-nextMark Brown1-7/+20
2013-11-07ASoC: wm_adsp: Fix BUG_ON() and WARN_ON() usagesTakashi Iwai1-11/+6
2013-11-04ASoC: wm_adsp: Interpret ADSP memory region lengths as 32 bit wordsNariman Poushin1-0/+5
2013-11-01ASoC: wm_adsp: Print out the firmware versionDimitris Papastamos1-0/+1
2013-11-01ASoC: wm_adsp: Remove and free algorithm regions for ADSP1Dimitris Papastamos1-0/+9
2013-11-01ASoC: wm_adsp: Add debug info on get()/put() transfersDimitris Papastamos1-0/+2
2013-11-01ASoC: wm_adsp: Release firmware on memory allocation failureDimitris Papastamos1-1/+2
2013-11-01ASoC: wm_adsp: Print error when regmap reads/writes failDimitris Papastamos1-6/+6
2013-08-01ASoC: wm_adsp: Sanitize parameter passingDimitris Papastamos1-15/+16
2013-07-29ASoC: wm_adsp: Simplify kcontrol handlingDimitris Papastamos1-72/+31
2013-06-17Merge remote-tracking branch 'asoc/topic/adsp' into asoc-nextMark Brown1-7/+452
2013-06-14ASoC: wm5110: Correct rate control for DSP4Charles Keepax1-1/+1
2013-05-28ASoC: wm_adsp: Ensure set controls are synced on each bootDimitris Papastamos1-10/+9
2013-05-14ASoC: wm_adsp: memory leak in wm_adsp_create_control()Dan Carpenter1-2/+4
2013-05-12ASoC: wm_adsp: Expose coefficient blocks as ALSA binary controlsDimitris Papastamos1-7/+451
2013-04-12Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown1-2/+38
2013-04-12Merge remote-tracking branch 'asoc/topic/adsp' into asoc-nextMark Brown1-9/+75
2013-04-11ASoC: wm_adsp: Add support for firmware wide coefficient blocksMark Brown1-0/+40
2013-03-29ASoC: wm_adsp: Split ADSP1 and ADSP2 firmware controlsMark Brown1-7/+19
2013-03-29ASoC: wm_adsp: Provide defines for firmwaresMark Brown1-5/+13
2013-03-21ASoC: arizona: Basic support for ISRC rate selectionMark Brown1-0/+24
2013-03-13ASoC: wm_adsp: Handle old .bin filesMark Brown1-4/+22
2013-03-12ASoC: wm_adsp: fix possible memory leak in wm_adsp_load_coeff()Wei Yongjun1-2/+3
2013-02-11ASoC: wm_adsp: round to 4-byte boundary for coeff file blocksChris Rattray1-1/+7
2013-02-04ASoC: wm_adsp: Use asynchronous I/O to write firmware and coefficientsMark Brown1-16/+66
2013-01-30ASoC: wm_adsp: Fix support for firmware switching on DSP2 and higherMark Brown1-1/+1
2013-01-29Merge remote-tracking branch 'asoc/fix/adsp' into asoc-adspMark Brown1-4/+12
2013-01-29ASoC: wm_adsp: Ensure ADSP2 DMAs are quiesced when DSP is haltedMark Brown1-3/+11
2013-01-26ASoC: wm_adsp: Accept 0 as a parameter block addressMark Brown1-50/+35
2013-01-26ASoC: wm_adsp: Add speaker Tx as a firmware optionMark Brown1-2/+3
2013-01-24ASoC: wm_adsp: Correct handling of some coefficeint blocksMark Brown1-1/+2
2013-01-22ASoC: wm_adsp: Release firmware on errorCharles Keepax1-1/+1
2013-01-21ASoC: wm_adsp: Provide explicit trace of coefficient writesMark Brown1-0/+3
2013-01-21Merge remote-tracking branch 'asoc/fix/adsp' into asoc-adspMark Brown1-1/+22
2013-01-20ASoC: wm_adsp: Use GFP_DMA for algorithm readbackMark Brown1-1/+1
2013-01-20ASoC: wm_adsp: Use GFP_DMA for things that may be DMAedMark Brown1-2/+2
2013-01-20ASoC: wm_adsp: Make region identification errors more informativeMark Brown1-1/+2
2013-01-18ASoC: wm_adsp: Set ADSP1 clock rate to match sys clockChris Rattray1-0/+33
2013-01-18ASoC: wm_adsp: Implement support for coefficeint file format 1Mark Brown1-5/+15
2013-01-16ASoC: wm_adsp: Add initialisation function for ADSP1Mark Brown1-0/+8