OSDN Git Service

ASoC: Add support for synopsys i2s controller as per ASoC framework.
authorRajeev Kumar <rajeev-dlh.kumar@st.com>
Thu, 21 Jun 2012 10:24:51 +0000 (15:54 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 22 Jun 2012 09:25:45 +0000 (10:25 +0100)
commit3a9cf8efd7b64f26f1e0f02afb70382f90cc11ca
treed72ab833fd6f4f819c9754f67b8bc142d360d554
parentf4a6348391fa029c0e230230adfafb7f33d4683e
ASoC: Add support for synopsys i2s controller as per ASoC framework.

This patch add support for synopsys I2S controller as per the ASoC
framework.

Signed-off-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/designware_i2s.h [new file with mode: 0644]
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/dwc/Kconfig [new file with mode: 0644]
sound/soc/dwc/Makefile [new file with mode: 0644]
sound/soc/dwc/designware_i2s.c [new file with mode: 0644]