]> 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)
commit0dca4d936e670cc49788fd9e2cc25a39986d4a29
tree2ec1ae889268148cf392ee948203d484bb7cd88a
parent03a169e57a9a3fd69c1713c317a06f163ad63b5c
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]