summaryrefslogtreecommitdiff
path: root/sound/soc/dwc/Makefile
diff options
context:
space:
mode:
authorJose Abreu <Jose.Abreu@synopsys.com>2016-06-09 14:47:05 +0300
committerMark Brown <broonie@kernel.org>2016-06-13 19:52:00 +0300
commit79361b2b98b7b64bcf71e0aa4e4dac497bcb94bc (patch)
tree96626073b00934428d9d85f2a2e2937396f01df3 /sound/soc/dwc/Makefile
parentb1d32feb9a1c0d26d1749519d598b676bc7b5d80 (diff)
downloadlinux-79361b2b98b7b64bcf71e0aa4e4dac497bcb94bc.tar.xz
ASoC: dwc: Add PIO PCM extension
A PCM extension was added to I2S driver so that audio samples are transferred using PIO mode. The PCM supports two channels @ 16 or 32 bits with rates 32k, 44.1k and 48k. Although the mainline I2S driver uses ALSA DMA engine the I2S controller can be built without DMA support, therefore this is the reason why this extension was added. Signed-off-by: Jose Abreu <joabreu@synopsys.com> Cc: Carlos Palminha <palminha@synopsys.com> Cc: Mark Brown <broonie@kernel.org> Cc: Liam Girdwood <lgirdwood@gmail.com> Cc: Jaroslav Kysela <perex@perex.cz> Cc: Takashi Iwai <tiwai@suse.com> Cc: Rob Herring <robh@kernel.org> Cc: Alexey Brodkin <abrodkin@synopsys.com> Cc: linux-snps-arc@lists.infradead.org Cc: alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/dwc/Makefile')
-rw-r--r--sound/soc/dwc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/dwc/Makefile b/sound/soc/dwc/Makefile
index 319371f690f4..1b48bcccbc51 100644
--- a/sound/soc/dwc/Makefile
+++ b/sound/soc/dwc/Makefile
@@ -1,3 +1,4 @@
# SYNOPSYS Platform Support
obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_i2s.o
+obj-$(CONFIG_SND_DESIGNWARE_PCM) += designware_pcm.o