Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: sound/soc/tegra/Makefile

Issue 6624031: CHROMIUM: ASoC: tegra: Implement SPDIF CPU DAI (Closed)
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sound/soc/tegra/Kconfig ('k') | sound/soc/tegra/tegra_spdif.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sound/soc/tegra/Makefile
diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile
index e098334d0cc6518d7da1fd11b19827a6f89e3544..02c6d507c6edb58b294767266e29947a11553a14 100644
--- a/sound/soc/tegra/Makefile
+++ b/sound/soc/tegra/Makefile
@@ -2,12 +2,14 @@
snd-soc-tegra-das-objs := tegra_das.o
snd-soc-tegra-pcm-objs := tegra_pcm.o
snd-soc-tegra-i2s-objs := tegra_i2s.o
+snd-soc-tegra-spdif-objs := tegra_spdif.o
snd-soc-tegra-utils-objs += tegra_asoc_utils.o
obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-utils.o
obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-das.o
obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-pcm.o
obj-$(CONFIG_SND_TEGRA_SOC_I2S) += snd-soc-tegra-i2s.o
+obj-$(CONFIG_SND_TEGRA_SOC_SPDIF) += snd-soc-tegra-spdif.o
# Tegra machine Support
snd-soc-tegra-harmony-objs := harmony.o
« no previous file with comments | « sound/soc/tegra/Kconfig ('k') | sound/soc/tegra/tegra_spdif.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698