Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157649
b: refs/heads/master
c: 08229de
h: refs/heads/master
i:
  157647: fe0c756
v: v3
  • Loading branch information
Mark Brown committed Aug 15, 2009
1 parent de975d3 commit 46ae0c0
Show file tree
Hide file tree
Showing 9 changed files with 1,970 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: 2a708137fd7d3e0928f27157aaed8aba404b11c9
refs/heads/master: 08229de4b42816079ed5d15f0689fcd0af946d5e
1 change: 1 addition & 0 deletions trunk/sound/soc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ obj-$(CONFIG_SND_SOC) += au1x/
obj-$(CONFIG_SND_SOC) += blackfin/
obj-$(CONFIG_SND_SOC) += davinci/
obj-$(CONFIG_SND_SOC) += fsl/
obj-$(CONFIG_SND_SOC) += imx/
obj-$(CONFIG_SND_SOC) += omap/
obj-$(CONFIG_SND_SOC) += pxa/
obj-$(CONFIG_SND_SOC) += s3c24xx/
Expand Down
21 changes: 21 additions & 0 deletions trunk/sound/soc/imx/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
config SND_MX1_MX2_SOC
tristate "SoC Audio for Freecale i.MX1x i.MX2x CPUs"
depends on (ARCH_MX2 || ARCH_MX1) && SND
select SND_PCM
help
Say Y or M if you want to add support for codecs attached to
the MX1 or MX2 SSI interface.

config SND_MXC_SOC_SSI
tristate

config SND_SOC_MX27VIS_WM8974
tristate "SoC Audio support for MX27 - WM8974 Visstrim_sm10 board"
depends on SND_MX1_MX2_SOC && MACH_MX27 && MACH_IMX27_VISSTRIM_M10
select SND_MXC_SOC_SSI
select SND_SOC_WM8974
help
Say Y if you want to add support for SoC audio on Visstrim SM10
board with WM8974.


10 changes: 10 additions & 0 deletions trunk/sound/soc/imx/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# i.MX Platform Support
snd-soc-mx1_mx2-objs := mx1_mx2-pcm.o
snd-soc-mxc-ssi-objs := mxc-ssi.o

obj-$(CONFIG_SND_MX1_MX2_SOC) += snd-soc-mx1_mx2.o
obj-$(CONFIG_SND_MXC_SOC_SSI) += snd-soc-mxc-ssi.o

# i.MX Machine Support
snd-soc-mx27vis-wm8974-objs := mx27vis_wm8974.o
obj-$(CONFIG_SND_SOC_MX27VIS_WM8974) += snd-soc-mx27vis-wm8974.o
Loading

0 comments on commit 46ae0c0

Please sign in to comment.