Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342727
b: refs/heads/master
c: 96a0af6
h: refs/heads/master
i:
  342725: 9671331
  342723: 0e5071a
  342719: 309bc8e
v: v3
  • Loading branch information
Timur Tabi authored and Mark Brown committed Oct 22, 2012
1 parent 571c9bc commit 10897f0
Show file tree
Hide file tree
Showing 4 changed files with 411 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: c73adc74324b83199f8fdbf862c3b779f84b1d52
refs/heads/master: 96a0af6d129dc4d09de70ce7a1150cac7dae3bc3
14 changes: 14 additions & 0 deletions trunk/sound/soc/fsl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ config SND_SOC_P1022_DS
This will also include the Wolfson Microelectronics WM8776 codec
driver.

config SND_SOC_P1022_RDK
tristate "ALSA SoC support for the Freescale / iVeia P1022 RDK board"
# I2C is necessary for the WM8960 driver
depends on P1022_RDK && I2C
select SND_SOC_FSL_SSI
select SND_SOC_FSL_UTILS
select SND_SOC_POWERPC_DMA
select SND_SOC_WM8960
default y if P1022_RDK
help
Say Y if you want to enable audio on the Freescale / iVeia
P1022 RDK board. This will also include the Wolfson
Microelectronics WM8960 codec driver.

config SND_SOC_MPC5200_I2S
tristate "Freescale MPC5200 PSC in I2S mode driver"
depends on PPC_MPC52xx && PPC_BESTCOMM
Expand Down
4 changes: 4 additions & 0 deletions trunk/sound/soc/fsl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ obj-$(CONFIG_SND_SOC_MPC8610_HPCD) += snd-soc-mpc8610-hpcd.o
snd-soc-p1022-ds-objs := p1022_ds.o
obj-$(CONFIG_SND_SOC_P1022_DS) += snd-soc-p1022-ds.o

# P1022 RDK Machine Support
snd-soc-p1022-rdk-objs := p1022_rdk.o
obj-$(CONFIG_SND_SOC_P1022_RDK) += snd-soc-p1022-rdk.o

# Freescale PowerPC SSI/DMA Platform Support
snd-soc-fsl-ssi-objs := fsl_ssi.o
snd-soc-fsl-utils-objs := fsl_utils.o
Expand Down
Loading

0 comments on commit 10897f0

Please sign in to comment.