summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/Makefile
diff options
context:
space:
mode:
authorBharat Nihalani <bnihalani@nvidia.com>2010-11-09 15:14:03 +0530
committerBharat Nihalani <bnihalani@nvidia.com>2010-11-09 02:41:26 -0800
commit9f6eec401700ddb5739be4b2b763f4b12da5675d (patch)
treead9b66b656f5e7b1f741ae63365847f429745e37 /sound/soc/tegra/Makefile
parent952f2430bb2e56c8fec787248bfd1096b571ce96 (diff)
[tegra ALSA] ALSA SoC driver with native I2S
ALSA SoC platform driver with native I2S driver implementation. tegra_dma is used for buffer transfer between ALSA and I2S Playback path is verified; recording is not yet supported. Using coherent dma buffers to eliminate noise during playback! Removed streaming dma mappings! Change-Id: Id82f9bee3340c914cbf20a0e3f11ec76db59feab Reviewed-on: http://git-master/r/10066 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'sound/soc/tegra/Makefile')
-rw-r--r--sound/soc/tegra/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile
new file mode 100644
index 000000000000..23652208b893
--- /dev/null
+++ b/sound/soc/tegra/Makefile
@@ -0,0 +1,6 @@
+ccflags-y += -DNV_DEBUG=0
+obj-$(CONFIG_TEGRA_PCM) += tegra_pcm.o
+obj-$(CONFIG_TEGRA_I2S) += tegra_i2s.o
+obj-$(CONFIG_TEGRA_ALSA) += tegra_soc.o
+
+