Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216642
b: refs/heads/master
c: aa7e1b8
h: refs/heads/master
v: v3
  • Loading branch information
Mika Westerberg authored and Mark Brown committed Oct 15, 2010
1 parent 49896ea commit b8d2297
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a34712391a66260e442a9ab1eb7edb22a2d0ca3c
refs/heads/master: aa7e1b84c6d424264bab8c29b14ebbc906488853
7 changes: 6 additions & 1 deletion trunk/sound/soc/ep93xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ config SND_EP93XX_SOC
depends on ARCH_EP93XX && SND_SOC
help
Say Y or M if you want to add support for codecs attached to
the EP93xx I2S interface.
the EP93xx I2S or AC97 interfaces.

config SND_EP93XX_SOC_I2S
tristate

config SND_EP93XX_SOC_AC97
tristate
select AC97_BUS
select SND_SOC_AC97_BUS

config SND_EP93XX_SOC_SNAPPERCL15
tristate "SoC Audio support for Bluewater Systems Snapper CL15 module"
depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/soc/ep93xx/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# EP93xx Platform Support
snd-soc-ep93xx-objs := ep93xx-pcm.o
snd-soc-ep93xx-i2s-objs := ep93xx-i2s.o
snd-soc-ep93xx-ac97-objs := ep93xx-ac97.o

obj-$(CONFIG_SND_EP93XX_SOC) += snd-soc-ep93xx.o
obj-$(CONFIG_SND_EP93XX_SOC_I2S) += snd-soc-ep93xx-i2s.o
obj-$(CONFIG_SND_EP93XX_SOC_AC97) += snd-soc-ep93xx-ac97.o

# EP93XX Machine Support
snd-soc-snappercl15-objs := snappercl15.o
Expand Down
Loading

0 comments on commit b8d2297

Please sign in to comment.