diff options
author | Rajeev Kumar <rajeev-dlh.kumar@st.com> | 2012-06-21 14:24:51 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-22 13:25:45 +0400 |
commit | 3a9cf8efd7b64f26f1e0f02afb70382f90cc11ca (patch) | |
tree | d72ab833fd6f4f819c9754f67b8bc142d360d554 /sound/soc/dwc/Makefile | |
parent | f4a6348391fa029c0e230230adfafb7f33d4683e (diff) | |
download | linux-3a9cf8efd7b64f26f1e0f02afb70382f90cc11ca.tar.xz |
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>
Diffstat (limited to 'sound/soc/dwc/Makefile')
-rw-r--r-- | sound/soc/dwc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/dwc/Makefile b/sound/soc/dwc/Makefile new file mode 100644 index 000000000000..319371f690f4 --- /dev/null +++ b/sound/soc/dwc/Makefile @@ -0,0 +1,3 @@ +# SYNOPSYS Platform Support +obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_i2s.o + |