diff options
author | Rongjun Ying <rongjun.ying@csr.com> | 2014-07-02 10:45:41 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-03 17:11:40 +0100 |
commit | 2bd8d1d5cf8905c7652fa90a8ec952ba52f820ac (patch) | |
tree | 01c89f62ba67d6609fc61d619fc6465b1559cad7 /sound/soc/sirf/Kconfig | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) |
ASoC: sirf: Add audio usp interface driver
This patch adds ASoC support for SiRF SoCs USP interface.
Features include:
1. Only support slave mode.
2. Support I2S and DSP_A mode.
3. Support S16_LE, S24_LE and S24_3LE formats.
4. Support stereo and mono mode.
5. The biggest Support is 192Khz sample rate.
Signed-off-by: Rongjun Ying <rongjun.ying@csr.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/sirf/Kconfig')
-rw-r--r-- | sound/soc/sirf/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/sirf/Kconfig b/sound/soc/sirf/Kconfig index 89e89429b04a..840058dcad09 100644 --- a/sound/soc/sirf/Kconfig +++ b/sound/soc/sirf/Kconfig @@ -12,3 +12,9 @@ config SND_SOC_SIRF_AUDIO config SND_SOC_SIRF_AUDIO_PORT select REGMAP_MMIO tristate + +config SND_SOC_SIRF_USP + tristate "SoC Audio (I2S protocol) for SiRF SoC USP interface" + depends on SND_SOC_SIRF + select REGMAP_MMIO + tristate |