OSDN Git Service

ASoC: cs42xx8: Add codec driver support for CS42448/CS42888
authorNicolin Chen <Guangyu.Chen@freescale.com>
Thu, 20 Mar 2014 10:18:37 +0000 (18:18 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 20 Mar 2014 11:49:34 +0000 (11:49 +0000)
commit0c516b4ff85c0be4cee5b30ae59c9565c7f91a00
tree1975847ffd2aedd30f7f21216c886695f21172d8
parent38dbfb59d1175ef458d006556061adeaa8751b72
ASoC: cs42xx8: Add codec driver support for CS42448/CS42888

This patch adds support for the Cirrus Logic CS42448/CS42888 Audio CODEC that
has six/four 24-bit AD and eight 24-bit DA converters.

[ CS42448/CS42888 supports both I2C and SPI control ports. As initial patch,
  this patch only adds the support for I2C. ]

Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Acked-by: Paul Handrigan <Paul.Handrigan@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/sound/cs42xx8.txt [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/cs42xx8-i2c.c [new file with mode: 0644]
sound/soc/codecs/cs42xx8.c [new file with mode: 0644]
sound/soc/codecs/cs42xx8.h [new file with mode: 0644]