ASoC: Add ADAU1977 CODEC driver
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 18 Feb 2014 14:57:35 +0000 (15:57 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 19 Feb 2014 04:36:15 +0000 (13:36 +0900)
commit603597c9375b8162edae3231dd4cc7f1f500de79
tree0b911e549cd68d35efc82d4570540408973f4bdd
parenta32eb702f8a9e0efe18a032168c1886782f79da9
ASoC: Add ADAU1977 CODEC driver

This patch adds support for the ADAU1977, ADAU1978 and ADAU1979 audio CODEC
devices. They are a family of 4-channel differential input audio ADC devices.
They can be connected to either a SPI or I2C bus. The driver is implemented in
three modules, one main module (adau1977.ko) which implements the device logic
and one module each for SPI (adau1977-spi.ko) and I2C (adau1977-i2c.ko) bus
access.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/linux/platform_data/adau1977.h [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/adau1977-i2c.c [new file with mode: 0644]
sound/soc/codecs/adau1977-spi.c [new file with mode: 0644]
sound/soc/codecs/adau1977.c [new file with mode: 0644]
sound/soc/codecs/adau1977.h [new file with mode: 0644]
This page took 0.027027 seconds and 5 git commands to generate.