diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2013-12-17 04:24:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-18 19:27:59 +0100 |
commit | 4355082149429d1f87b6fbfc3ebc6305a5372ce2 (patch) | |
tree | c195c0d54e6a427dc7f21600d8d1853583652725 /sound/soc/fsl/Kconfig | |
parent | Linux 3.13-rc1 (diff) | |
download | linux-4355082149429d1f87b6fbfc3ebc6305a5372ce2.tar.xz linux-4355082149429d1f87b6fbfc3ebc6305a5372ce2.zip |
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>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index b7ab71f2ccc1..ac4fe4ea15a9 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -1,3 +1,7 @@ +config SND_SOC_FSL_SAI + tristate + select SND_SOC_GENERIC_DMAENGINE_PCM + config SND_SOC_FSL_SSI tristate |