linux/sound/soc/sprd
Baolin Wang cce1396936
ASoC: sprd: Add Spreadtrum audio compress offload support
We use 2-stage DMA mode to support Spreadtrum audio compress offload,
which means we use one DMA source channel to transfer data from IRAM
buffer to the DSP fifo to do decoding/encoding, once IRAM buffer is
empty by transferring done, another DMA destination channel will be
triggered automatically to start to transfer data from DDR buffer to
the IRAM buffer. This can reduce the AP subsystem wakeup times to save
power.

Co-developed-by: Yintang Ren <yintang.ren@unisoc.com>
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
2019-04-02 12:57:03 +07:00
..
Kconfig ASoC: sprd: Add Spreadtrum audio compress offload support 2019-04-02 12:57:03 +07:00
Makefile ASoC: sprd: Add Spreadtrum audio compress offload support 2019-04-02 12:57:03 +07:00
sprd-pcm-compress.c ASoC: sprd: Add Spreadtrum audio compress offload support 2019-04-02 12:57:03 +07:00
sprd-pcm-dma.c ASoC: sprd: Add Spreadtrum audio compress offload support 2019-04-02 12:57:03 +07:00
sprd-pcm-dma.h ASoC: sprd: Add Spreadtrum audio compress offload support 2019-04-02 12:57:03 +07:00