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)
commit4101866c743a3695666e8562b5713b4d7f341cbf
tree2ec1ae889268148cf392ee948203d484bb7cd88a
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5
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]