Skip to content

Commit

Permalink
ASoC: Basic split of mpc5200 DMA code out of mpc5200_psc_i2s
Browse files Browse the repository at this point in the history
Basic split of mpc5200 DMA code out from i2s into a standalone file.

Signed-off-by: Jon Smirl <[email protected]>
Acked-by: Grant Likely <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
jonsmirl authored and broonie committed May 24, 2009
1 parent 05e1efa commit 89dd084
Show file tree
Hide file tree
Showing 5 changed files with 547 additions and 483 deletions.
4 changes: 4 additions & 0 deletions sound/soc/fsl/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
config SND_SOC_OF_SIMPLE
tristate

config SND_MPC52xx_DMA
tristate

# ASoC platform support for the Freescale MPC8610 SOC. This compiles drivers
# for the SSI and the Elo DMA controller. You will still need to select
Expand All @@ -23,6 +26,7 @@ config SND_SOC_MPC5200_I2S
tristate "Freescale MPC5200 PSC in I2S mode driver"
depends on PPC_MPC52xx && PPC_BESTCOMM
select SND_SOC_OF_SIMPLE
select SND_MPC52xx_DMA
select PPC_BESTCOMM_GEN_BD
help
Say Y here to support the MPC5200 PSCs in I2S mode.
2 changes: 2 additions & 0 deletions sound/soc/fsl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ snd-soc-fsl-ssi-objs := fsl_ssi.o
snd-soc-fsl-dma-objs := fsl_dma.o
obj-$(CONFIG_SND_SOC_MPC8610) += snd-soc-fsl-ssi.o snd-soc-fsl-dma.o

# MPC5200 Platform Support
obj-$(CONFIG_SND_MPC52xx_DMA) += mpc5200_dma.o
obj-$(CONFIG_SND_SOC_MPC5200_I2S) += mpc5200_psc_i2s.o

Loading

0 comments on commit 89dd084

Please sign in to comment.