diff options
author | Chaithrika U S <chaithrika@ti.com> | 2009-08-11 22:59:21 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-13 23:19:36 +0200 |
commit | 30230f4cd7c002a40c13758d12c1c6d96100461d (patch) | |
tree | 6097df1fa3a001271413a6e6455783a38576a5c7 /sound/soc/davinci/Makefile | |
parent | ASoC: DaVinci: Add a DAI format to McASP driver (diff) | |
download | linux-30230f4cd7c002a40c13758d12c1c6d96100461d.tar.xz linux-30230f4cd7c002a40c13758d12c1c6d96100461d.zip |
ASoC: DaVinci: Add audio support fot DA850/OMAP-L138 EVM
There is one instance of McASP on DA850/OMAP-L138 SoC. This is
connected to TLV320AIC3106 codec for audio playback and capture.
This patch adds audio support on this platform. Some of the
structure prefix names which are common for DA830/OMAP-L137 EVM and
DA850/OMAP-L138 EVM have been renamed to da8xx from da830.
Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/davinci/Makefile')
-rw-r--r-- | sound/soc/davinci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/davinci/Makefile b/sound/soc/davinci/Makefile index 5e2195f80cf1..a6939d71b988 100644 --- a/sound/soc/davinci/Makefile +++ b/sound/soc/davinci/Makefile @@ -14,4 +14,5 @@ snd-soc-sffsdr-objs := davinci-sffsdr.o obj-$(CONFIG_SND_DAVINCI_SOC_EVM) += snd-soc-evm.o obj-$(CONFIG_SND_DM6467_SOC_EVM) += snd-soc-evm.o obj-$(CONFIG_SND_DA830_SOC_EVM) += snd-soc-evm.o +obj-$(CONFIG_SND_DA850_SOC_EVM) += snd-soc-evm.o obj-$(CONFIG_SND_DAVINCI_SOC_SFFSDR) += snd-soc-sffsdr.o |