diff options
author | Barry Song <21cnbao@gmail.com> | 2009-07-22 14:10:34 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-28 17:16:02 -0400 |
commit | c8489c3ed319677f23e5387fec09c844365566e8 (patch) | |
tree | 6dfef547e6c71061c0dc7970f8dc53fe77ef356b /sound/soc/blackfin/Makefile | |
parent | 01e2ab207ca5a8edac622ab112b581d41b5eb36e (diff) |
ASoC: board driver to connect bf5xx with ad1938
Signed-off-by: Barry Song <21cnbao@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/blackfin/Makefile')
-rw-r--r-- | sound/soc/blackfin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/blackfin/Makefile b/sound/soc/blackfin/Makefile index f86192623dd8..f4d760741fab 100644 --- a/sound/soc/blackfin/Makefile +++ b/sound/soc/blackfin/Makefile | |||
@@ -19,7 +19,9 @@ obj-$(CONFIG_SND_BF5XX_SOC_TDM) += snd-soc-bf5xx-tdm.o | |||
19 | snd-ad1980-objs := bf5xx-ad1980.o | 19 | snd-ad1980-objs := bf5xx-ad1980.o |
20 | snd-ssm2602-objs := bf5xx-ssm2602.o | 20 | snd-ssm2602-objs := bf5xx-ssm2602.o |
21 | snd-ad73311-objs := bf5xx-ad73311.o | 21 | snd-ad73311-objs := bf5xx-ad73311.o |
22 | snd-ad1938-objs := bf5xx-ad1938.o | ||
22 | 23 | ||
23 | obj-$(CONFIG_SND_BF5XX_SOC_AD1980) += snd-ad1980.o | 24 | obj-$(CONFIG_SND_BF5XX_SOC_AD1980) += snd-ad1980.o |
24 | obj-$(CONFIG_SND_BF5XX_SOC_SSM2602) += snd-ssm2602.o | 25 | obj-$(CONFIG_SND_BF5XX_SOC_SSM2602) += snd-ssm2602.o |
25 | obj-$(CONFIG_SND_BF5XX_SOC_AD73311) += snd-ad73311.o | 26 | obj-$(CONFIG_SND_BF5XX_SOC_AD73311) += snd-ad73311.o |
27 | obj-$(CONFIG_SND_BF5XX_SOC_AD1938) += snd-ad1938.o | ||