summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm5100-tables.c
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown2012-06-031-1/+1
| | | | Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: Update regmap access for WM5100 DSP control registersMark Brown2012-04-231-2/+123
| | | | Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: Remove WM5100 DSP memory windows from register default dataMark Brown2011-11-211-168/+0Star
| | | | | | | | | They're all volatile so shouldn't have defaults and as we've got pages into the DSP memory the registers themselves aren't that useful - a further patch adding support for the DSPs will provide direct diagnostic access to the DSP memories. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: Mark WM5100 MISC CONTROL as readableMark Brown2011-11-091-0/+1
| | | | Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: Convert wm5100 to direct regmap API usageMark Brown2011-11-081-744/+744
| | | | Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: Add missing default for WM5100 Clocking 1Mark Brown2011-10-111-0/+1
| | | | Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: Add WM5100 driverMark Brown2011-09-201-0/+1530
The WM5100 is a highly integrated low power audio subsystem with advanced digital signal processing capabilities including effects, speech clarity enhancement and active noise cancellation. This initial driver provides support for basic audio paths, further patches will provide more complete functionality. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>