Message ID | 20220907102311.38428-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | ASoC: MAINTAINERS: add bindings and APR to Qualcomm Audio entry | expand |
On Wed, Sep 07, 2022 at 12:23:11PM +0200, Krzysztof Kozlowski wrote: > 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> > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0350effebe8f..453dc6fd0b80 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16710,6 +16710,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.* > -- > 2.34.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index 0350effebe8f..453dc6fd0b80 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16710,6 +16710,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.*
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> --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+)