ASoC: qdsp6: q6afe-dai: move lpass audio ports to common file
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Tue, 26 Oct 2021 11:16:42 +0000 (12:16 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 26 Oct 2021 12:49:58 +0000 (13:49 +0100)
commit95b6cd57e9e8210fca315270ac05ce66fc536703
tree0aa3022b63bad3a202e755965f5ce8f4e97f6704
parente3008b7ccb1dedcea954505ff964a53641d2b980
ASoC: qdsp6: q6afe-dai: move lpass audio ports to common file

Various Q6DSP frameworks will use LPASS Audio IP, so move all the hardware
specific details to a common file so that they could be reused across
multiple Q6DSP frameworks.

In this case all the audio ports definitions can be moved to a common file
to be able to reuse across multiple Q6DSP frameworks.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20211026111655.1702-5-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/qdsp6/Makefile
sound/soc/qcom/qdsp6/q6afe-dai.c
sound/soc/qcom/qdsp6/q6dsp-lpass-ports.c [new file with mode: 0644]
sound/soc/qcom/qdsp6/q6dsp-lpass-ports.h [new file with mode: 0644]