diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-12-06 11:02:50 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-09 17:57:35 +0000 |
commit | 8f2fe346822419ee729c081b71c8835b733e0884 (patch) | |
tree | adfa3c1e6b195365a739bc919c66fbc275ece096 /sound/soc/Makefile | |
parent | 00e6cb2aed48a86e97a244c6f96ac1f934e2272c (diff) | |
download | talos-op-linux-8f2fe346822419ee729c081b71c8835b733e0884.tar.gz talos-op-linux-8f2fe346822419ee729c081b71c8835b733e0884.zip |
ASoC: Add support for the Analog Devices AXI-I2S core
This patch adds support for the AXI-I2S softcore. The core implements a simple
bidirectional I2S transceiver and is used by Analog Devices in some of their
reference designs for various FPGA platforms.
The driver uses the generic PCM dmaengine driver for its PCM. The only
restriction is that we need to set the SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flag as
the dmaengine driver for the DMA core (PL330) that is used with this core has no
residue reporting capabilities yet. This will be fixed in the future though.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/Makefile')
-rw-r--r-- | sound/soc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/Makefile b/sound/soc/Makefile index 8b9e70105dd2..c70c7f76d2df 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -8,6 +8,7 @@ endif obj-$(CONFIG_SND_SOC) += snd-soc-core.o obj-$(CONFIG_SND_SOC) += codecs/ obj-$(CONFIG_SND_SOC) += generic/ +obj-$(CONFIG_SND_SOC) += adi/ obj-$(CONFIG_SND_SOC) += atmel/ obj-$(CONFIG_SND_SOC) += au1x/ obj-$(CONFIG_SND_SOC) += blackfin/ |