]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita7eebfa4be4099c82a3219ed51493e4582cae00b
tree72c5934a8f5c0b5b1d9cbd5924a78ba98fe85e39
parent41c57b4d932f7ad3ed07eafa54c441248f97a4a9
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]