Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206522
b: refs/heads/master
c: f9b9598
h: refs/heads/master
v: v3
  • Loading branch information
apatard@mandriva.com authored and Mark Brown committed May 31, 2010
1 parent 25d9f5a commit dc3849d
Show file tree
Hide file tree
Showing 10 changed files with 1,048 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: 492e2bf141478e2c1ce3abfda381f73d1f2108f5
refs/heads/master: f9b95980f87f021f8c69646738929189838ad035
1 change: 1 addition & 0 deletions trunk/sound/soc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ source "sound/soc/fsl/Kconfig"
source "sound/soc/imx/Kconfig"
source "sound/soc/nuc900/Kconfig"
source "sound/soc/omap/Kconfig"
source "sound/soc/kirkwood/Kconfig"
source "sound/soc/pxa/Kconfig"
source "sound/soc/s3c24xx/Kconfig"
source "sound/soc/s6000/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 @@ -10,6 +10,7 @@ obj-$(CONFIG_SND_SOC) += fsl/
obj-$(CONFIG_SND_SOC) += imx/
obj-$(CONFIG_SND_SOC) += nuc900/
obj-$(CONFIG_SND_SOC) += omap/
obj-$(CONFIG_SND_SOC) += kirkwood/
obj-$(CONFIG_SND_SOC) += pxa/
obj-$(CONFIG_SND_SOC) += s3c24xx/
obj-$(CONFIG_SND_SOC) += s6000/
Expand Down
11 changes: 11 additions & 0 deletions trunk/sound/soc/kirkwood/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
config SND_KIRKWOOD_SOC
tristate "SoC Audio for the Marvell Kirkwood chip"
depends on ARCH_KIRKWOOD
help
Say Y or M if you want to add support for codecs attached to
the Kirkwood I2S interface. You will also need to select the
audio interfaces to support below.

config SND_KIRKWOOD_SOC_I2S
tristate

6 changes: 6 additions & 0 deletions trunk/sound/soc/kirkwood/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
snd-soc-kirkwood-objs := kirkwood-dma.o
snd-soc-kirkwood-i2s-objs := kirkwood-i2s.o

obj-$(CONFIG_SND_KIRKWOOD_SOC) += snd-soc-kirkwood.o
obj-$(CONFIG_SND_KIRKWOOD_SOC_I2S) += snd-soc-kirkwood-i2s.o

Loading

0 comments on commit dc3849d

Please sign in to comment.