Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293458
b: refs/heads/master
c: 56cea3f
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo authored and Mark Brown committed Mar 6, 2012
1 parent 4a8a36f commit ac60a68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4762fbab0b1cf1d4f3e02b78351dc6fa59ca564e
refs/heads/master: 56cea3f1e7db0ccde9e2ac66df2f920c73c419ef
7 changes: 7 additions & 0 deletions trunk/sound/soc/imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ menuconfig SND_IMX_SOC

if SND_IMX_SOC

config SND_SOC_IMX_SSI
tristate

config SND_SOC_IMX_PCM
tristate

Expand All @@ -30,6 +33,7 @@ config SND_MXC_SOC_WM1133_EV1
select SND_SOC_WM8350
select SND_MXC_SOC_FIQ
select SND_SOC_IMX_AUDMUX
select SND_SOC_IMX_SSI
help
Enable support for audio on the i.MX31ADS with the WM1133-EV1
PMIC board with WM8835x fitted.
Expand All @@ -40,6 +44,7 @@ config SND_SOC_MX27VIS_AIC32X4
select SND_SOC_TLV320AIC32X4
select SND_MXC_SOC_MX2
select SND_SOC_IMX_AUDMUX
select SND_SOC_IMX_SSI
help
Say Y if you want to add support for SoC audio on Visstrim SM10
board with TLV320AIC32X4 codec.
Expand All @@ -51,6 +56,7 @@ config SND_SOC_PHYCORE_AC97
select SND_SOC_WM9712
select SND_MXC_SOC_FIQ
select SND_SOC_IMX_AUDMUX
select SND_SOC_IMX_SSI
help
Say Y if you want to add support for SoC audio on Phytec phyCORE
and phyCARD boards in AC97 mode
Expand All @@ -65,6 +71,7 @@ config SND_SOC_EUKREA_TLV320
select SND_SOC_TLV320AIC23
select SND_MXC_SOC_FIQ
select SND_SOC_IMX_AUDMUX
select SND_SOC_IMX_SSI
help
Enable I2S based access to the TLV320AIC23B codec attached
to the SSI interface
Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/soc/imx/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# i.MX Platform Support
snd-soc-imx-objs := imx-ssi.o
snd-soc-imx-ssi-objs := imx-ssi.o
snd-soc-imx-audmux-objs := imx-audmux.o

obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
obj-$(CONFIG_SND_SOC_IMX_SSI) += snd-soc-imx-ssi.o
obj-$(CONFIG_SND_SOC_IMX_AUDMUX) += snd-soc-imx-audmux.o

obj-$(CONFIG_SND_SOC_IMX_PCM) += snd-soc-imx-pcm.o
Expand Down

0 comments on commit ac60a68

Please sign in to comment.