devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Alexey Klimov <alexey.klimov@linaro.org>,
	linux-sound@vger.kernel.org, srinivas.kandagatla@linaro.org,
	bgoswami@quicinc.com, lgirdwood@gmail.com, broonie@kernel.org
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	andersson@kernel.org, konrad.dybcio@linaro.org, perex@perex.cz,
	tiwai@suse.com, linux-arm-msm@vger.kernel.org,
	alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
	elder@linaro.org, dmitry.baryshkov@linaro.org,
	caleb.connolly@linaro.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/7] ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
Date: Fri, 28 Jun 2024 08:15:36 +0200	[thread overview]
Message-ID: <df002f90-a9da-4359-bc1f-0dfc36828daa@linaro.org> (raw)
In-Reply-To: <20240628010715.438471-3-alexey.klimov@linaro.org>

On 28/06/2024 03:07, Alexey Klimov wrote:
> Add "qcom,qrb4210-rb2-sndcard" to the list of recognizable
> devices.
> 
> Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
> ---
>  sound/soc/qcom/sm8250.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/sound/soc/qcom/sm8250.c b/sound/soc/qcom/sm8250.c
> index a15dafb99b33..50e175fd521c 100644
> --- a/sound/soc/qcom/sm8250.c
> +++ b/sound/soc/qcom/sm8250.c
> @@ -166,6 +166,7 @@ static int sm8250_platform_probe(struct platform_device *pdev)
>  
>  static const struct of_device_id snd_sm8250_dt_match[] = {
>  	{.compatible = "qcom,sm8250-sndcard"},
> +	{.compatible = "qcom,qrb4210-rb2-sndcard"},

Drop, not really needed.

Best regards,
Krzysztof


  reply	other threads:[~2024-06-28  6:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-28  1:07 [PATCH 0/7] qrb4210-rb2: add HDMI audio playback support Alexey Klimov
2024-06-28  1:07 ` [PATCH 1/7] ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcard Alexey Klimov
2024-06-28  6:15   ` Krzysztof Kozlowski
2024-06-28  1:07 ` [PATCH 2/7] ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string Alexey Klimov
2024-06-28  6:15   ` Krzysztof Kozlowski [this message]
2024-06-28  1:07 ` [PATCH 3/7] ASoC: qcom: sm8250: add handling of secondary MI2S clock Alexey Klimov
2024-06-28  1:07 ` [PATCH 4/7] arm64: dts: qcom: sm6115: add apr, its services and simple sound node Alexey Klimov
2024-06-28  6:16   ` Krzysztof Kozlowski
2024-06-28  7:42   ` Dmitry Baryshkov
2024-06-29 12:58   ` Konrad Dybcio
2024-06-28  1:07 ` [PATCH 5/7] arm64: dts: qcom: sm6115: add LPASS LPI pin controller Alexey Klimov
2024-06-28  6:13   ` Krzysztof Kozlowski
2024-06-28  7:43   ` Dmitry Baryshkov
2024-06-28  7:51     ` Krzysztof Kozlowski
2024-06-28  1:07 ` [PATCH 6/7] arm64: dts: qcom: sm6115: add description of lpi_i2s2 pins Alexey Klimov
2024-06-28  6:14   ` Krzysztof Kozlowski
2024-06-28  7:45   ` Dmitry Baryshkov
2024-06-28  1:07 ` [PATCH 7/7] arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support Alexey Klimov
2024-06-28  6:17   ` Krzysztof Kozlowski
2024-06-28  7:47   ` Dmitry Baryshkov
2024-06-29 13:00   ` Konrad Dybcio
2024-06-28 15:41 ` [PATCH 0/7] " Rob Herring (Arm)

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=df002f90-a9da-4359-bc1f-0dfc36828daa@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=alexey.klimov@linaro.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=andersson@kernel.org \
    --cc=bgoswami@quicinc.com \
    --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=elder@linaro.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzk+dt@kernel.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;
as well as URLs for NNTP newsgroup(s).