]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c71e62b57414ae4d339a1a539441ab7fe54985e
treed72ab833fd6f4f819c9754f67b8bc142d360d554
parent36d06824bbaeae2d7096b78056426bd4ff6494c4
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]