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)
commit7fa2d70f976657111a5ea4f3d16a738ddaa10c4f
treeaed1ea12d4c3b2b487dc0aebdf05e38bf5c0c7a8
parent637917b1efe6a16cc4151f6508e82fc473814fe3
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]