diff options
author | Krzysztof Kozlowski | 2022-09-23 22:31:40 +0200 |
---|---|---|
committer | Mark Brown | 2022-09-26 16:10:31 +0100 |
commit | 2b381b4a91e94bd1d328de6e66cf97dec13bb40c (patch) | |
tree | 32445eb237804ce8fcfbbc6d473d1becf377c9c5 | |
parent | 4d73b97b8dbaf09af6e5878ce3288ba93956a3fd (diff) |
ASoC: MAINTAINERS: add bindings and APR to Qualcomm Audio entry
Extend the Qualcomm Audio maintainer entry to include sound related
bindings and the Qualcomm APR/GPR (Asynchronous/Generic Packet Router)
IPC driver, which is tightly related to the Audio DSP.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220923203140.514730-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6cfb1cba0caa..3e7a651a0a08 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16630,6 +16630,9 @@ M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> M: Banajit Goswami <bgoswami@quicinc.com> L: alsa-devel@alsa-project.org (moderated for non-subscribers) S: Supported +F: Documentation/devicetree/bindings/soc/qcom/qcom,apr.yaml +F: Documentation/devicetree/bindings/sound/qcom,* +F: drivers/soc/qcom/apr.c F: include/dt-bindings/sound/qcom,wcd9335.h F: sound/soc/codecs/lpass-rx-macro.* F: sound/soc/codecs/lpass-tx-macro.* |