mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
af12a31f05
This connects platform DAI, SiRF internal audio codec DAI and SiRF auido port DAI together and works as a mach driver. Signed-off-by: Rongjun Ying <rongjun.ying@csr.com> Signed-off-by: Mark Brown <broonie@linaro.org>
15 lines
380 B
Plaintext
15 lines
380 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
|