From 06a20631276e416072c5151c022d0024813851e5 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Thu, 14 Sep 2017 15:43:21 -0500 Subject: MLK-16929-2: sound: soc: fsl: imx pdm mic driver over SAI i.MX Sound SoC Audio support for PDM mics on SAI Set audio recording hardware constrains, support Sample rates: 8000, 16000, 32000, 48000, 64000 PDM decimation factor property fixed to 64 Number of channels: 1 Signed-off-by: Adrian Alonso Reviewed-by: Shengjiu Wang [ Aisheng: clean for a new base ] Signed-off-by: Dong Aisheng --- sound/soc/fsl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sound/soc/fsl/Makefile') diff --git a/sound/soc/fsl/Makefile b/sound/soc/fsl/Makefile index f115446cdd5e..baa17ca045d7 100644 --- a/sound/soc/fsl/Makefile +++ b/sound/soc/fsl/Makefile @@ -70,6 +70,7 @@ snd-soc-imx-spdif-objs := imx-spdif.o snd-soc-imx-mc13783-objs := imx-mc13783.o snd-soc-imx-audmix-objs := imx-audmix.o snd-soc-imx-mqs-objs := imx-mqs.o +snd-soc-imx-pdm-objs := imx-pdm.o obj-$(CONFIG_SND_SOC_EUKREA_TLV320) += snd-soc-eukrea-tlv320.o obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o @@ -87,3 +88,4 @@ obj-$(CONFIG_SND_SOC_IMX_SPDIF) += snd-soc-imx-spdif.o obj-$(CONFIG_SND_SOC_IMX_MC13783) += snd-soc-imx-mc13783.o obj-$(CONFIG_SND_SOC_IMX_AUDMIX) += snd-soc-imx-audmix.o obj-$(CONFIG_SND_SOC_IMX_MQS) += snd-soc-imx-mqs.o +obj-$(CONFIG_SND_SOC_IMX_PDM_MIC) += snd-soc-imx-pdm.o -- cgit v1.2.3