Skip to content

Commit

Permalink
ASoC: add DAI platform ssi driver for MXC
Browse files Browse the repository at this point in the history
This adds support for DAI platform for the SSI present in MXC platforms.

It currently does not support i.MX3, the only thing necessary to do
this is to export DMA data for i.MX3 interface which I haven't done
because I don't have a i.MX3 based board available.

It has been tested on i.MX27 board.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
javier Martin authored and Mark Brown committed Aug 5, 2009
1 parent fd6a639 commit 9d8bc29
Show file tree
Hide file tree
Showing 4 changed files with 1,110 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ config SND_MX1_MX2_SOC
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



2 changes: 2 additions & 0 deletions sound/soc/imx/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 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
Loading

0 comments on commit 9d8bc29

Please sign in to comment.