ALSA: ASoC: add codec driver for TI TAS5086
authorDaniel Mack <zonque@gmail.com>
Fri, 8 Mar 2013 12:52:09 +0000 (13:52 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 8 Mar 2013 13:06:09 +0000 (21:06 +0800)
commit4fa89346fbc34750f96ec0c1b2b59b15596ab333
treec80ee94c50794cddb9baae41d482f8882aa0b118
parent6dbe51c251a327e012439c4772097a13df43c5b8
ALSA: ASoC: add codec driver for TI TAS5086

This patch adds a driver for TI's TA5086 6-channel PWM processor.

This chip has a very unusual register layout, specifically because the
registers are of unequal size, and multi-byte registers require bulk
writes to take effect. Regmap does not support these kind of mappings.

Currently, the driver does not touch any of the registers >= 0x20, so
it doesn't matter, because the register map is mapped to an 8-bit array.
In case more features will be added in the future that require access
to higher registers, the entire regmap H/W I/O routines have to be
open-coded.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Documentation/devicetree/bindings/sound/ti,tas5086.txt [new file with mode: 0644]
include/sound/tas5086.h [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/tas5086.c [new file with mode: 0644]
This page took 0.028518 seconds and 5 git commands to generate.