Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283800
b: refs/heads/master
c: fd26f94
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Nov 28, 2011
1 parent e6fae8f commit 23fd861
Show file tree
Hide file tree
Showing 5 changed files with 624 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5032dc34294d1084b7367877dadb6edb2d45ad7c
refs/heads/master: fd26f9474676bb2232ba9dded148edc41fd02ef4
3 changes: 3 additions & 0 deletions trunk/sound/soc/omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ config SND_OMAP_SOC
tristate "SoC Audio for the Texas Instruments OMAP chips"
depends on ARCH_OMAP

config SND_OMAP_SOC_DMIC
tristate

config SND_OMAP_SOC_MCBSP
tristate
select OMAP_MCBSP
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/soc/omap/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# OMAP Platform Support
snd-soc-omap-objs := omap-pcm.o
snd-soc-omap-dmic-objs := omap-dmic.o
snd-soc-omap-mcbsp-objs := omap-mcbsp.o
snd-soc-omap-mcpdm-objs := omap-mcpdm.o
snd-soc-omap-hdmi-objs := omap-hdmi.o

obj-$(CONFIG_SND_OMAP_SOC) += snd-soc-omap.o
obj-$(CONFIG_SND_OMAP_SOC_DMIC) += snd-soc-omap-dmic.o
obj-$(CONFIG_SND_OMAP_SOC_MCBSP) += snd-soc-omap-mcbsp.o
obj-$(CONFIG_SND_OMAP_SOC_MCPDM) += snd-soc-omap-mcpdm.o
obj-$(CONFIG_SND_OMAP_SOC_HDMI) += snd-soc-omap-hdmi.o
Expand Down
Loading

0 comments on commit 23fd861

Please sign in to comment.