diff options
author | olivier moysan | 2017-04-10 17:19:56 +0200 |
---|---|---|
committer | Mark Brown | 2017-04-26 16:45:54 +0100 |
commit | 3e086edfe0c73daaabd929b926bbe26536272d9a (patch) | |
tree | 781d686ab8a5e5552a463ba2c48f8f38640e4939 /sound/soc/Makefile | |
parent | b45c4f117b002a902e8b9f52eaf542e3e82c36a8 (diff) |
ASoC: stm32: add SAI driver
This patch implements SAI ASoC driver for STM32.
Signed-off-by: olivier moysan <olivier.moysan@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/Makefile')
-rw-r--r-- | sound/soc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/Makefile b/sound/soc/Makefile index 9a30f21d16ee..5440cf77c39a 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -43,6 +43,7 @@ obj-$(CONFIG_SND_SOC) += sh/ obj-$(CONFIG_SND_SOC) += sirf/ obj-$(CONFIG_SND_SOC) += spear/ obj-$(CONFIG_SND_SOC) += sti/ +obj-$(CONFIG_SND_SOC) += stm/ obj-$(CONFIG_SND_SOC) += sunxi/ obj-$(CONFIG_SND_SOC) += tegra/ obj-$(CONFIG_SND_SOC) += txx9/ |