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

Side by Side Diff: sound/soc/tegra/Makefile

Issue 6624031: CHROMIUM: ASoC: tegra: Implement SPDIF CPU DAI (Closed)
Patch Set: Created 9 years, 9 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 unified diff | Download patch
« no previous file with comments | « sound/soc/tegra/Kconfig ('k') | sound/soc/tegra/tegra_spdif.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Tegra platform Support 1 # Tegra platform Support
2 snd-soc-tegra-das-objs := tegra_das.o 2 snd-soc-tegra-das-objs := tegra_das.o
3 snd-soc-tegra-pcm-objs := tegra_pcm.o 3 snd-soc-tegra-pcm-objs := tegra_pcm.o
4 snd-soc-tegra-i2s-objs := tegra_i2s.o 4 snd-soc-tegra-i2s-objs := tegra_i2s.o
5 snd-soc-tegra-spdif-objs := tegra_spdif.o
5 snd-soc-tegra-utils-objs += tegra_asoc_utils.o 6 snd-soc-tegra-utils-objs += tegra_asoc_utils.o
6 7
7 obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-utils.o 8 obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-utils.o
8 obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-das.o 9 obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-das.o
9 obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-pcm.o 10 obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-pcm.o
10 obj-$(CONFIG_SND_TEGRA_SOC_I2S) += snd-soc-tegra-i2s.o 11 obj-$(CONFIG_SND_TEGRA_SOC_I2S) += snd-soc-tegra-i2s.o
12 obj-$(CONFIG_SND_TEGRA_SOC_SPDIF) += snd-soc-tegra-spdif.o
11 13
12 # Tegra machine Support 14 # Tegra machine Support
13 snd-soc-tegra-harmony-objs := harmony.o 15 snd-soc-tegra-harmony-objs := harmony.o
14 snd-soc-tegra-seaboard-objs := seaboard.o 16 snd-soc-tegra-seaboard-objs := seaboard.o
15 17
16 obj-$(CONFIG_SND_TEGRA_SOC_HARMONY) += snd-soc-tegra-harmony.o 18 obj-$(CONFIG_SND_TEGRA_SOC_HARMONY) += snd-soc-tegra-harmony.o
17 obj-$(CONFIG_SND_TEGRA_SOC_SEABOARD) += snd-soc-tegra-seaboard.o 19 obj-$(CONFIG_SND_TEGRA_SOC_SEABOARD) += snd-soc-tegra-seaboard.o
OLDNEW
« 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