ASoC: pcm186x: Add initial PCM1862/63/64/65 universal ADC driver
authorAndreas Dannenberg <dannenberg@ti.com>
Tue, 5 Dec 2017 20:52:56 +0000 (14:52 -0600)
committerMark Brown <broonie@kernel.org>
Wed, 6 Dec 2017 13:06:04 +0000 (13:06 +0000)
commit993a3450712b2a723689b6b6b1a7fe6fe053708e
tree4ee3c3a1481503b1d2f2b2396f8c9c15933056c2
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
ASoC: pcm186x: Add initial PCM1862/63/64/65 universal ADC driver

This is an initial version of the PCM186x codec driver supporting both
2-channel and 4-channel device variants. Not all device features are
supported yet such as master/slave mode PLL configuration for which the
codec driver currently relies on the PCM186x built-in clock
auto-detection feature or the connection of digital microphones.
However here is what's here and what should work:

- Support for SPI and I2C low-level interfaces
- Regmap support and basic register definitions
- Input Mixer and Mux selection
- I2C, LJ, and TDM DAI format support

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Signed-off-by: Michael Stecklein <m-stecklein@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/pcm186x-i2c.c [new file with mode: 0644]
sound/soc/codecs/pcm186x-spi.c [new file with mode: 0644]
sound/soc/codecs/pcm186x.c [new file with mode: 0644]
sound/soc/codecs/pcm186x.h [new file with mode: 0644]