Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206543
b: refs/heads/master
c: db5bf41
h: refs/heads/master
i:
  206541: ea046c2
  206539: d86dc62
  206535: a976361
  206527: 96a08ff
v: v3
  • Loading branch information
Ryan Mallon authored and Mark Brown committed Jun 7, 2010
1 parent ae85eba commit 7c0a478
Show file tree
Hide file tree
Showing 9 changed files with 866 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: 91157888f28ae94761eaf25533f76a55542b2a3f
refs/heads/master: db5bf412baf8df4df30eed2bd37af2a5b77f90ac
1 change: 1 addition & 0 deletions trunk/sound/soc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ source "sound/soc/atmel/Kconfig"
source "sound/soc/au1x/Kconfig"
source "sound/soc/blackfin/Kconfig"
source "sound/soc/davinci/Kconfig"
source "sound/soc/ep93xx/Kconfig"
source "sound/soc/fsl/Kconfig"
source "sound/soc/imx/Kconfig"
source "sound/soc/nuc900/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ obj-$(CONFIG_SND_SOC) += atmel/
obj-$(CONFIG_SND_SOC) += au1x/
obj-$(CONFIG_SND_SOC) += blackfin/
obj-$(CONFIG_SND_SOC) += davinci/
obj-$(CONFIG_SND_SOC) += ep93xx/
obj-$(CONFIG_SND_SOC) += fsl/
obj-$(CONFIG_SND_SOC) += imx/
obj-$(CONFIG_SND_SOC) += nuc900/
Expand Down
9 changes: 9 additions & 0 deletions trunk/sound/soc/ep93xx/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
config SND_EP93XX_SOC
tristate "SoC Audio support for the Cirrus Logic EP93xx series"
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.

config SND_EP93XX_SOC_I2S
tristate
8 changes: 8 additions & 0 deletions trunk/sound/soc/ep93xx/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# EP93xx Platform Support
snd-soc-ep93xx-objs := ep93xx-pcm.o
snd-soc-ep93xx-i2s-objs := ep93xx-i2s.o

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

# EP93XX Machine Support
Loading

0 comments on commit 7c0a478

Please sign in to comment.