Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120180
b: refs/heads/master
c: 1b340bd
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Oct 30, 2008
1 parent 4e08a1e commit d4efb42
Show file tree
Hide file tree
Showing 5 changed files with 992 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: 219b93f5252086c8c8d647c77fc9e1377aab0c8d
refs/heads/master: 1b340bd7e444f20eb2df88c65fa34960c4736ee9
13 changes: 13 additions & 0 deletions trunk/sound/soc/pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ config SND_PXA2XX_SOC_AC97
config SND_PXA2XX_SOC_I2S
tristate

config SND_PXA_SOC_SSP
tristate

config SND_PXA2XX_SOC_CORGI
tristate "SoC Audio support for Sharp Zaurus SL-C7x0"
depends on SND_PXA2XX_SOC && PXA_SHARP_C7xx
Expand Down Expand Up @@ -75,3 +78,13 @@ config SND_PXA2XX_SOC_EM_X270
help
Say Y if you want to add support for SoC audio on
CompuLab EM-x270.

config SND_SOC_ZYLONITE
tristate "SoC Audio support for Marvell Zylonite"
depends on SND_PXA2XX_SOC && MACH_ZYLONITE
select SND_PXA2XX_SOC_AC97
select SND_PXA_SOC_SSP
select SND_SOC_WM9713
help
Say Y if you want to add support for SoC audio on the
Marvell Zylonite reference platform.
2 changes: 2 additions & 0 deletions trunk/sound/soc/pxa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
snd-soc-pxa2xx-objs := pxa2xx-pcm.o
snd-soc-pxa2xx-ac97-objs := pxa2xx-ac97.o
snd-soc-pxa2xx-i2s-objs := pxa2xx-i2s.o
snd-soc-pxa-ssp-objs := pxa-ssp.o

obj-$(CONFIG_SND_PXA2XX_SOC) += snd-soc-pxa2xx.o
obj-$(CONFIG_SND_PXA2XX_SOC_AC97) += snd-soc-pxa2xx-ac97.o
obj-$(CONFIG_SND_PXA2XX_SOC_I2S) += snd-soc-pxa2xx-i2s.o
obj-$(CONFIG_SND_PXA_SOC_SSP) += snd-soc-pxa-ssp.o

# PXA Machine Support
snd-soc-corgi-objs := corgi.o
Expand Down
Loading

0 comments on commit d4efb42

Please sign in to comment.