blob: c9f7ea4303767453c290466e71556b9983a099b3 [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 Warrena3cd50d2011-02-22 17:23:56 -07007obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-utils.o
Stephen Warren8b75d712011-01-07 22:36:17 -07008obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-das.o
9obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-pcm.o
10obj-$(CONFIG_SND_TEGRA_SOC_I2S) += snd-soc-tegra-i2s.o
11
12# Tegra machine Support
Stephen Warrendc0a50af2011-04-12 11:40:36 -060013snd-soc-tegra-wm8903-objs := tegra_wm8903.o
Stephen Warren8b75d712011-01-07 22:36:17 -070014
Stephen Warrendc0a50af2011-04-12 11:40:36 -060015obj-$(CONFIG_SND_TEGRA_SOC_WM8903) += snd-soc-tegra-wm8903.o