ASOC: Add ADAU7118 8 Channel PDM-to-I2S/TDM Converter driver
authorNuno Sá <nuno.sa@analog.com>
Thu, 10 Oct 2019 07:42:33 +0000 (09:42 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 10 Oct 2019 14:06:09 +0000 (15:06 +0100)
commitca514c0f12b02a4df32f45ebff056130ee76b202
tree899c1c41cff5c06ed94c88d29d5c1835a4fa975a
parent4bbee14d8e5487e3d2662138e3767cf4678cdf57
ASOC: Add ADAU7118 8 Channel PDM-to-I2S/TDM Converter driver

This patch adds support for the 8 channel PDM-to-I2S/TDM converter. The
ADAU7118 converts four stereo pulse density modulation (PDM) bitstreams
into one pulse code modulation (PCM) output stream. The source for the PDM
data can be eight microphones or other PDM sources. The PCM audio data is
output on a serial audio interface port in either inter-IC serial (I2S) or
time domain multiplexed (TDM) format.

Signed-off-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20191010074234.7344-1-nuno.sa@analog.com
Signed-off-by: Mark Brown <broonie@kernel.org>
MAINTAINERS
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/adau7118-hw.c [new file with mode: 0644]
sound/soc/codecs/adau7118-i2c.c [new file with mode: 0644]
sound/soc/codecs/adau7118.c [new file with mode: 0644]
sound/soc/codecs/adau7118.h [new file with mode: 0644]