diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2009-05-19 17:12:15 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-05-19 22:54:28 +0400 |
commit | e24805dd85283ac0912b9c400768a4d171b400ff (patch) | |
tree | e67bb07cab9358ac46f77bff9f5a0aef490271a5 /sound/soc/txx9/Makefile | |
parent | 11a728110633320d95935a1ba79c038db303596f (diff) | |
download | linux-e24805dd85283ac0912b9c400768a4d171b400ff.tar.xz |
ASoC: Add TXx9 AC link controller driver (v3)
This patch adds support for the integrated ACLC of the TXx9 family.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/txx9/Makefile')
-rw-r--r-- | sound/soc/txx9/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/txx9/Makefile b/sound/soc/txx9/Makefile new file mode 100644 index 000000000000..551f16c0c4f9 --- /dev/null +++ b/sound/soc/txx9/Makefile @@ -0,0 +1,11 @@ +# Platform +snd-soc-txx9aclc-objs := txx9aclc.o +snd-soc-txx9aclc-ac97-objs := txx9aclc-ac97.o + +obj-$(CONFIG_SND_SOC_TXX9ACLC) += snd-soc-txx9aclc.o +obj-$(CONFIG_SND_SOC_TXX9ACLC_AC97) += snd-soc-txx9aclc-ac97.o + +# Machine +snd-soc-txx9aclc-generic-objs := txx9aclc-generic.o + +obj-$(CONFIG_SND_SOC_TXX9ACLC_GENERIC) += snd-soc-txx9aclc-generic.o |