diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2018-11-15 21:13:24 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-14 15:43:59 +0300 |
commit | 22930c79ac5c243c95e46508f0989e153836adc7 (patch) | |
tree | 548c1311d371c1b31a7fbfe46b3bdd85a181713c /sound/soc/qcom/Kconfig | |
parent | f2e6c6aa0cb5f39e48627850680b87ec688070f8 (diff) | |
download | linux-22930c79ac5c243c95e46508f0989e153836adc7.tar.xz |
ASoC: qdsp6: q6asm-dai: Add support to compress offload
This patch adds MP3 playback support in q6asm dais, adding other codec
support should be pretty trivial.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Acked-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/Kconfig')
-rw-r--r-- | sound/soc/qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig index 1b9fc0665792..804ae0d93058 100644 --- a/sound/soc/qcom/Kconfig +++ b/sound/soc/qcom/Kconfig @@ -66,6 +66,7 @@ config SND_SOC_QDSP6_ASM tristate config SND_SOC_QDSP6_ASM_DAI + select SND_SOC_COMPRESS tristate config SND_SOC_QDSP6 |