Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316240
b: refs/heads/master
c: fa375d4
h: refs/heads/master
v: v3
  • Loading branch information
Zhangfei Gao authored and Mark Brown committed Jun 13, 2012
1 parent 0f074a9 commit 130506c
Show file tree
Hide file tree
Showing 5 changed files with 578 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: 7a824e214e25a49442fe868dac0af8a904b24f58
refs/heads/master: fa375d42f0e531b7ca4316ea9fd5444e01d585e8
3 changes: 3 additions & 0 deletions trunk/sound/soc/pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ config SND_PXA_SOC_SSP
tristate
select PXA_SSP

config SND_MMP_SOC_SSPA
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
2 changes: 2 additions & 0 deletions trunk/sound/soc/pxa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ snd-soc-pxa2xx-ac97-objs := pxa2xx-ac97.o
snd-soc-pxa2xx-i2s-objs := pxa2xx-i2s.o
snd-soc-pxa-ssp-objs := pxa-ssp.o
snd-soc-mmp-objs := mmp-pcm.o
snd-soc-mmp-sspa-objs := mmp-sspa.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
obj-$(CONFIG_SND_MMP_SOC) += snd-soc-mmp.o
obj-$(CONFIG_SND_MMP_SOC_SSPA) += snd-soc-mmp-sspa.o

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

0 comments on commit 130506c

Please sign in to comment.