]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: Add SAI SoC Digital Audio Interface driver.
authorXiubo Li <Li.Xiubo@freescale.com>
Tue, 17 Dec 2013 03:24:38 +0000 (11:24 +0800)
committerMark Brown <broonie@linaro.org>
Wed, 18 Dec 2013 18:27:59 +0000 (18:27 +0000)
commit4355082149429d1f87b6fbfc3ebc6305a5372ce2
treec195c0d54e6a427dc7f21600d8d1853583652725
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
ASoC: Add SAI SoC Digital Audio Interface driver.

This adds Freescale SAI ASoC Audio support.
This implementation is only compatible with device tree definition.
Features:
o Supports playback/capture
o Supports 16/20/24 bit PCM
o Supports 8k - 96k sample rates
o Supports master and slave mode.

Signed-off-by: Alison Wang <b18965@freescale.com>
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/Kconfig
sound/soc/fsl/Makefile
sound/soc/fsl/fsl_sai.c [new file with mode: 0644]
sound/soc/fsl/fsl_sai.h [new file with mode: 0644]