diff options
author | Sugar Zhang <sugar.zhang@rock-chips.com> | 2017-06-13 15:27:46 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-13 19:09:34 +0100 |
commit | fc05a5b222530617d99d0e803abb262130fdb0c4 (patch) | |
tree | 69454ef7d6f545d8113e7c2bfdbf9514ef43234b /sound/soc/rockchip/Makefile | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | blackbird-op-linux-fc05a5b222530617d99d0e803abb262130fdb0c4.tar.gz blackbird-op-linux-fc05a5b222530617d99d0e803abb262130fdb0c4.zip |
ASoC: rockchip: add support for pdm controller
The Pulse Density Modulation Interface Controller (PDMC) is
a PDM interface controller and decoder that support PDM format.
It integrates a clock generator driving the PDM microphone
and embeds filters which decimate the incoming bit stream to
obtain most common audio rates.
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip/Makefile')
-rw-r--r-- | sound/soc/rockchip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/rockchip/Makefile b/sound/soc/rockchip/Makefile index 991f91bea9f9..105f0e14a4ab 100644 --- a/sound/soc/rockchip/Makefile +++ b/sound/soc/rockchip/Makefile @@ -1,8 +1,10 @@ # ROCKCHIP Platform Support snd-soc-rockchip-i2s-objs := rockchip_i2s.o +snd-soc-rockchip-pdm-objs := rockchip_pdm.o snd-soc-rockchip-spdif-objs := rockchip_spdif.o obj-$(CONFIG_SND_SOC_ROCKCHIP_I2S) += snd-soc-rockchip-i2s.o +obj-$(CONFIG_SND_SOC_ROCKCHIP_PDM) += snd-soc-rockchip-pdm.o obj-$(CONFIG_SND_SOC_ROCKCHIP_SPDIF) += snd-soc-rockchip-spdif.o snd-soc-rockchip-max98090-objs := rockchip_max98090.o |