ASoC: qcom: apq8016_sbc: Allow routing audio through QDSP6
authorMark Brown <broonie@kernel.org>
Tue, 14 Dec 2021 13:22:33 +0000 (13:22 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 14 Dec 2021 13:23:05 +0000 (13:23 +0000)
commit190357e1e09f271566e91fcd108c161f7e25a253
tree50600e3deb8ca083a0f6701427bde82ba6b54ae5
parent03c2192ab636987db72e99f319a942cc4f3cb352
parenta78a42fb48b8f261ab122c929f78c272ffc26d1b
ASoC: qcom: apq8016_sbc: Allow routing audio through QDSP6

Merge series from Stephan Gerhold <stephan@gerhold.net>:

This series makes it possible to route audio through the combined
audio/modem DSP on MSM8916/APQ8016 devices instead of bypassing it using
the LPASS drivers. This is necessary to support certain functionality such
as voice call audio. See PATCH 4/5 for details.

Also, qcom,apq8016-sbc.txt is converted to DT schema by adding it to the
existing qcom,sm8250.yaml. The bindings are similar enough that it is easier
to share a single schema instead of duplicating everything into multiple ones.