diff options
author | Barry Song <21cnbao@gmail.com> | 2009-07-22 20:10:34 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-28 23:16:02 +0200 |
commit | c8489c3ed319677f23e5387fec09c844365566e8 (patch) | |
tree | 6dfef547e6c71061c0dc7970f8dc53fe77ef356b /sound/soc/blackfin/Makefile | |
parent | ASoC: blackfin I2S(TDM mode) CPU DAI driver (diff) | |
download | linux-c8489c3ed319677f23e5387fec09c844365566e8.tar.xz linux-c8489c3ed319677f23e5387fec09c844365566e8.zip |
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 snd-ad1980-objs := bf5xx-ad1980.o snd-ssm2602-objs := bf5xx-ssm2602.o snd-ad73311-objs := bf5xx-ad73311.o +snd-ad1938-objs := bf5xx-ad1938.o obj-$(CONFIG_SND_BF5XX_SOC_AD1980) += snd-ad1980.o obj-$(CONFIG_SND_BF5XX_SOC_SSM2602) += snd-ssm2602.o obj-$(CONFIG_SND_BF5XX_SOC_AD73311) += snd-ad73311.o +obj-$(CONFIG_SND_BF5XX_SOC_AD1938) += snd-ad1938.o |