]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Add ADAU1X61 and ADAU1X81 CODECs common code
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 27 May 2014 08:53:17 +0000 (10:53 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 27 May 2014 19:54:50 +0000 (20:54 +0100)
commit114f30987741ff9d1d0276259d9f0e63ecf74dc5
tree2ec1ae889268148cf392ee948203d484bb7cd88a
parent55addf3150ef37e6b38d415547cc6f20b4d9aca1
ASoC: Add ADAU1X61 and ADAU1X81 CODECs common code

The ADAU1X61 and ADAU1X81 are very similar in the digital domain, but are quite
different in the analog domain. This patch adds support for the common parts of
the ADAU1X61 and ADAU1X81 CODECs.

The patch also restores some of the alphabetical order in the Makfile and
Kconfig.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/linux/platform_data/adau17x1.h [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/adau17x1.c [new file with mode: 0644]
sound/soc/codecs/adau17x1.h [new file with mode: 0644]