ASoC: sta350: Add codec driver
authorSven Brandau <brandau@gmx.de>
Wed, 2 Apr 2014 08:25:05 +0000 (10:25 +0200)
committerMark Brown <broonie@linaro.org>
Mon, 14 Apr 2014 16:28:43 +0000 (17:28 +0100)
commit2439ea1f0f8f4cc98dfae0d1cd5ba88f6c3ee9ad
treebb91f7bd310f90964dca270c234dd155ea208058
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5
ASoC: sta350: Add codec driver

The TI STA350 is an integrated 2.1-channel power amplifier that is
controllable over I2C. This patch adds an ASoC driver for it.

At a glance, this chip is very similar to the STA320 for which a driver
already exists. In details, however, the register maps contain subtle
differences which made a whole new driver easier to write and maintain.

[daniel@zonque.org: cleanups, DT property rework, rebased on asoc-next]
Signed-off-by: Sven Brandau <brandau@gmx.de>
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/sound/st,sta350.txt [new file with mode: 0644]
include/sound/sta350.h [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/sta350.c [new file with mode: 0644]
sound/soc/codecs/sta350.h [new file with mode: 0644]