Re: [PATCH v6 12/15] ASoC: qcom: sm8250: add SDM660 compatible
Srinivas Kandagatla <[email protected]> Fri, 31 Jul 2026 07:36:23 +0100
| Newsgroups | org.kernel.vger.linux-sound,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <[email protected]> |
On 7/30/26 6:43 PM, Richard Acayan wrote: > Add the compatible for SDM660 and SDM670 devices, which can use the > support for WCD codecs connected to internal MI2S. > > Signed-off-by: Richard Acayan <[email protected]> > --- Reviewed-by: Srinivas Kandagatla <[email protected]> --srini > 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 1952c599e004..76dc3a3f4a31 100644 > --- a/sound/soc/qcom/sm8250.c > +++ b/sound/soc/qcom/sm8250.c > @@ -210,6 +210,7 @@ static const struct of_device_id snd_sm8250_dt_match[] = { > { .compatible = "qcom,qrb2210-sndcard", .data = "qcm2290" }, > { .compatible = "qcom,qrb4210-rb2-sndcard", .data = "sm4250" }, > { .compatible = "qcom,qrb5165-rb5-sndcard", .data = "sm8250" }, > + { .compatible = "qcom,sdm660-sndcard", .data = "sdm660" }, > { .compatible = "qcom,sm8250-sndcard", .data = "sm8250" }, > {} > };