summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wmfw.h
Commit message (Collapse)AuthorAge
* ASoC: wm_adsp: Implement support for coefficeint file format 1Mark Brown2013-01-18
| | | | | | | | | | | Implement support for a new revision of the coefficeint file format for ADSP cores. Since coefficient file format 0 has not been widely deployed and is very unlikely to ever be used with this driver code support for it has been removed. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: adsp: Add ADSP base supportMark Brown2012-10-28
| | | | | | | | | | | | Many current Wolfson devices feature DSPs based around an architecture known as ADSP. Since there is a lot of commonality in the system integration of these devices a common library will be used to provide support for them. This version provides equivalent support for ADSP1 to that currently included in the WM2200 driver. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: wm2200: Provide initial coefficient loadingMark Brown2012-10-05
| | | | | | | | Allow a coefficient set provided using the Wolfson callibration tools to be provided along with the firmware files. Currently only coefficient files which configure absolute register addresses are supported. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: wm2200: Initial DSP supportMark Brown2012-10-05
Support download and execution of firmwares to the DSPs on the WM2200. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>