mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
2bd8d1d5cf
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>
21 lines
524 B
Plaintext
21 lines
524 B
Plaintext
config SND_SOC_SIRF
|
|
tristate "SoC Audio for the SiRF SoC chips"
|
|
depends on ARCH_SIRF || COMPILE_TEST
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
|
|
|
config SND_SOC_SIRF_AUDIO
|
|
tristate "SoC Audio support for SiRF internal audio codec"
|
|
depends on SND_SOC_SIRF
|
|
select SND_SOC_SIRF_AUDIO_CODEC
|
|
select SND_SOC_SIRF_AUDIO_PORT
|
|
|
|
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
|