From: "Alexey Klimov" <alexey.klimov@linaro.org>
To: "Konrad Dybcio" <konrad.dybcio@oss.qualcomm.com>,
<linux-sound@vger.kernel.org>, <srinivas.kandagatla@linaro.org>,
<broonie@kernel.org>
Cc: <lgirdwood@gmail.com>, <robh@kernel.org>, <krzk+dt@kernel.org>,
<conor+dt@kernel.org>, <andersson@kernel.org>,
<konradybcio@kernel.org>, <perex@perex.cz>, <tiwai@suse.com>,
<linux-arm-msm@vger.kernel.org>, <devicetree@vger.kernel.org>,
<dmitry.baryshkov@linaro.org>, <krzysztof.kozlowski@linaro.org>,
<caleb.connolly@linaro.org>, <linux-kernel@vger.kernel.org>,
<a39.skl@gmail.com>
Subject: Re: [PATCH v3 5/5] arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support
Date: Thu, 31 Oct 2024 22:47:58 +0000 [thread overview]
Message-ID: <D5ACVOXF0KJK.1ZUDOAK4X9EP8@linaro.org> (raw)
In-Reply-To: <33736e2e-7ac2-4ec1-9d83-eb8360942bbb@oss.qualcomm.com>
On Fri Oct 25, 2024 at 8:09 PM BST, Konrad Dybcio wrote:
> On 18.10.2024 4:54 AM, Alexey Klimov wrote:
> > Add sound node and dsp-related piece to enable HDMI audio
> > playback support on Qualcomm QRB4210 RB2 board. That is the
> > only sound output supported for now.
> >
> > The audio playback is verified using the following commands:
> >
> > amixer -c0 cset iface=MIXER,name='SEC_MI2S_RX Audio Mixer MultiMedia1' 1
> > aplay -D hw:0,0 /usr/share/sounds/alsa/Front_Center.wav
> >
> > Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> > Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
> > ---
> > arch/arm64/boot/dts/qcom/qrb4210-rb2.dts | 55 ++++++++++++++++++++++++
> > 1 file changed, 55 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
> > index 1888d99d398b..5f671b9c8fb9 100644
> > --- a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
> > +++ b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
> > @@ -6,6 +6,8 @@
> > /dts-v1/;
> >
> > #include <dt-bindings/leds/common.h>
> > +#include <dt-bindings/sound/qcom,q6afe.h>
> > +#include <dt-bindings/sound/qcom,q6asm.h>
> > #include <dt-bindings/usb/pd.h>
> > #include "sm4250.dtsi"
> > #include "pm6125.dtsi"
> > @@ -103,6 +105,51 @@ led-wlan {
> > };
> > };
> >
> > + sound {
> > + compatible = "qcom,qrb4210-rb2-sndcard";
> > + pinctrl-0 = <&lpi_i2s2_active>;
> > + pinctrl-names = "default";
> > + model = "Qualcomm-RB2-WSA8815-Speakers-DMIC0";
> > + audio-routing = "MM_DL1", "MultiMedia1 Playback",
> > + "MM_DL2", "MultiMedia2 Playback";
>
> I'm seeing a lot of double spaces in this patch
>
> > +
> > + mm1-dai-link {
> > + link-name = "MultiMedia1";
> > + cpu {
>
> Please add a newline between the subnode
>
> Looks nice otherwise
Thanks for noticing this! I'll update it and resend.
I put one space between audio-routing widgets, not sure if even one
is needed though, maybe there should be no space at all.
Best regards,
Alexey
next prev parent reply other threads:[~2024-10-31 22:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-18 2:54 [PATCH v3 0/5] rb4210-rb2: add HDMI audio playback support Alexey Klimov
2024-10-18 2:54 ` [PATCH v3 1/5] ASoC: qcom: sm8250: add handling of secondary MI2S clock Alexey Klimov
2024-10-18 2:54 ` [PATCH v3 2/5] arm64: dts: qcom: sm6115: add apr and its services Alexey Klimov
2024-10-18 2:54 ` [PATCH v3 3/5] arm64: dts: qcom: sm6115: add LPASS LPI pin controller Alexey Klimov
2024-10-18 2:54 ` [PATCH v3 4/5] arm64: dts: qcom: sm4250: " Alexey Klimov
2024-10-18 9:08 ` Dmitry Baryshkov
2024-10-18 2:54 ` [PATCH v3 5/5] arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support Alexey Klimov
2024-10-25 19:09 ` Konrad Dybcio
2024-10-31 22:47 ` Alexey Klimov [this message]
2024-11-09 1:48 ` (subset) [PATCH v3 0/5] rb4210-rb2: " Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=D5ACVOXF0KJK.1ZUDOAK4X9EP8@linaro.org \
--to=alexey.klimov@linaro.org \
--cc=a39.skl@gmail.com \
--cc=andersson@kernel.org \
--cc=broonie@kernel.org \
--cc=caleb.connolly@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=perex@perex.cz \
--cc=robh@kernel.org \
--cc=srinivas.kandagatla@linaro.org \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox