blob: 13bef8d572c9434743610c8a50c9c102e807748a [file] [log] [blame]
Stephen Warren8b75d712011-01-07 22:36:17 -07001# Tegra platform Support
2snd-soc-tegra-das-objs := tegra_das.o
3snd-soc-tegra-pcm-objs := tegra_pcm.o
4snd-soc-tegra-i2s-objs := tegra_i2s.o
Stephen Warrena3cd50d2011-02-22 17:23:56 -07005snd-soc-tegra-utils-objs += tegra_asoc_utils.o
Stephen Warren8b75d712011-01-07 22:36:17 -07006
Stephen Warren2ba94712011-04-12 11:40:37 -06007obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-utils.o
8obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-das.o
9obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-pcm.o
10obj-$(CONFIG_SND_SOC_TEGRA_I2S) += snd-soc-tegra-i2s.o
Stephen Warren8b75d712011-01-07 22:36:17 -070011
12# Tegra machine Support
Stephen Warrendc0a50a2011-04-12 11:40:36 -060013snd-soc-tegra-wm8903-objs := tegra_wm8903.o
Stephen Warren8b75d712011-01-07 22:36:17 -070014
Stephen Warren2ba94712011-04-12 11:40:37 -060015obj-$(CONFIG_SND_SOC_TEGRA_WM8903) += snd-soc-tegra-wm8903.o