]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: qdsp6: q6afe: Add q6afe driver
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Fri, 18 May 2018 12:55:56 +0000 (13:55 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 21 May 2018 14:30:58 +0000 (15:30 +0100)
commit52ef06dcee2ea61d02ed721336ecb2290eea8a5a
treeaed1ea12d4c3b2b487dc0aebdf05e38bf5c0c7a8
parent8f19bbed00540bfdd21f1806ac3237a01ce19918
ASoC: qdsp6: q6afe: Add q6afe driver

This patch adds support to Q6AFE (Audio Front End) module on Q6DSP.

AFE module sits right at the other end of cpu where the codec/audio
devices are connected.

AFE provides abstraced interfaces to both hardware and virtual devices.
Each AFE tx/rx port can be configured to connect to one of the hardware
devices like codec, hdmi, slimbus, i2s and so on. AFE services include
starting, stopping, and if needed, any configurations of the ports.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-and-tested-by: Rohit kumar <rohitkr@codeaurora.org>
Reviewed-by: Banajit Goswami <bgoswami@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/Kconfig
sound/soc/qcom/qdsp6/Makefile
sound/soc/qcom/qdsp6/q6afe.c [new file with mode: 0644]
sound/soc/qcom/qdsp6/q6afe.h [new file with mode: 0644]