Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270461
b: refs/heads/master
c: 009ad05
h: refs/heads/master
i:
  270459: b786c64
v: v3
  • Loading branch information
Dong Aisheng authored and Mark Brown committed Jul 28, 2011
1 parent 9ef4357 commit b7ca4fa
Show file tree
Hide file tree
Showing 5 changed files with 33 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: fcb5e47eff29a10e9cbc55a7660746695e303671
refs/heads/master: 009ad054b71b77264157c70c58654543acc0c566
1 change: 1 addition & 0 deletions trunk/sound/soc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ source "sound/soc/nuc900/Kconfig"
source "sound/soc/omap/Kconfig"
source "sound/soc/kirkwood/Kconfig"
source "sound/soc/mid-x86/Kconfig"
source "sound/soc/mxs/Kconfig"
source "sound/soc/pxa/Kconfig"
source "sound/soc/samsung/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 @@ -12,6 +12,7 @@ obj-$(CONFIG_SND_SOC) += fsl/
obj-$(CONFIG_SND_SOC) += imx/
obj-$(CONFIG_SND_SOC) += jz4740/
obj-$(CONFIG_SND_SOC) += mid-x86/
obj-$(CONFIG_SND_SOC) += mxs/
obj-$(CONFIG_SND_SOC) += nuc900/
obj-$(CONFIG_SND_SOC) += omap/
obj-$(CONFIG_SND_SOC) += kirkwood/
Expand Down
20 changes: 20 additions & 0 deletions trunk/sound/soc/mxs/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
menuconfig SND_MXS_SOC
tristate "SoC Audio for Freescale MXS CPUs"
depends on ARCH_MXS
select SND_PCM
help
Say Y or M if you want to add support for codecs attached to
the MXS SAIF interface.


if SND_MXS_SOC

config SND_SOC_MXS_SGTL5000
tristate "SoC Audio support for i.MX boards with sgtl5000"
depends on I2C
select SND_SOC_SGTL5000
help
Say Y if you want to add support for SoC audio on an MXS board with
a sgtl5000 codec.

endif # SND_MXS_SOC
10 changes: 10 additions & 0 deletions trunk/sound/soc/mxs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# MXS Platform Support
snd-soc-mxs-objs := mxs-saif.o
snd-soc-mxs-pcm-objs := mxs-pcm.o

obj-$(CONFIG_SND_MXS_SOC) += snd-soc-mxs.o snd-soc-mxs-pcm.o

# i.MX Machine Support
snd-soc-mxs-sgtl5000-objs := mxs-sgtl5000.o

obj-$(CONFIG_SND_SOC_MXS_SGTL5000) += snd-soc-mxs-sgtl5000.o

0 comments on commit b7ca4fa

Please sign in to comment.