mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
d7bff893e0
On Spreadtrum platform, the audio subsystem will use the multi-channel data transfer controller to transfer sound stream between audio subsystem and other AP/CP subsystem. It can support 10 DAC channel and 10 ADC channel, and each channel has 512 bytes depth data fifo. Moreover each channel can be used DMA mode or interrupt mode to transfer data. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
16 lines
517 B
Plaintext
16 lines
517 B
Plaintext
config SND_SOC_SPRD
|
|
tristate "SoC Audio for the Spreadtrum SoC chips"
|
|
depends on ARCH_SPRD || COMPILE_TEST
|
|
select SND_SOC_COMPRESS
|
|
help
|
|
Say Y or M if you want to add support for codecs attached to
|
|
the Spreadtrum SoCs' Audio interfaces.
|
|
|
|
config SND_SOC_SPRD_MCDT
|
|
bool "Spreadtrum multi-channel data transfer support"
|
|
depends on SND_SOC_SPRD
|
|
help
|
|
Say y here to enable multi-channel data transfer support. It
|
|
is used for sound stream transmission between audio subsystem
|
|
and other AP/CP subsystem.
|