ASoC: stm32: add SAI driver
authorolivier moysan <olivier.moysan@st.com>
Mon, 10 Apr 2017 15:19:56 +0000 (17:19 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 26 Apr 2017 15:45:54 +0000 (16:45 +0100)
commit3e086edfe0c73daaabd929b926bbe26536272d9a
tree781d686ab8a5e5552a463ba2c48f8f38640e4939
parentb45c4f117b002a902e8b9f52eaf542e3e82c36a8
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>
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/stm/Kconfig [new file with mode: 0644]
sound/soc/stm/Makefile [new file with mode: 0644]
sound/soc/stm/stm32_sai.c [new file with mode: 0644]
sound/soc/stm/stm32_sai.h [new file with mode: 0644]
sound/soc/stm/stm32_sai_sub.c [new file with mode: 0644]