summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8995.h
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: Remove WM8995 write sequencer bitfield definitionsMark Brown2010-12-241-4480/+0
| | | | | | | | | They're very verbose and extremely repetitive so bulk up the kernel more than is ideal. If required we can readd with WRITE_SEQUENCER_n type definitions that cover the entire register bank in a few defines. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
* ASoC: Add initial WM8995 driverDimitris Papastamos2010-12-221-0/+8749
The WM8995 is a digital audio hub CODEC designed for smartphones. The current driver supports most of the basic functionality of the WM8995. Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>