ASoC: atmel: mchp-pdmc: add PDMC driver
authorCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Mon, 7 Mar 2022 12:21:59 +0000 (14:21 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 8 Mar 2022 13:38:59 +0000 (13:38 +0000)
commit50291652af5269813baa6024eb0e81b5f0bbb451
tree72c5934a8f5c0b5b1d9cbd5924a78ba98fe85e39
parent015044e9610c8523794ea6cb55d5388bc00ba96a
ASoC: atmel: mchp-pdmc: add PDMC driver

The Pulse Density Microphone Controller (PDMC) interfaces up to 4 digital
microphones having Pulse Density Modulated (PDM) outputs. It generates a
single clock line and samples 1 or 2 data lines. The signal path includes
an audio grade programmable decimation filter and outputs 24-bit audio
words on the APB bus.

Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Link: https://lore.kernel.org/r/20220307122202.2251639-4-codrin.ciubotariu@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/Kconfig
sound/soc/atmel/Makefile
sound/soc/atmel/mchp-pdmc.c [new file with mode: 0644]