]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
authorAlexey Klimov <alexey.klimov@linaro.org>
Wed, 2 Oct 2024 02:20:10 +0000 (03:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Nov 2024 00:52:36 +0000 (01:52 +0100)
[ Upstream commit b97bc0656a66f89f78098d4d72dc04fa9518ab11 ]

Add "qcom,qrb4210-rb2-sndcard" to the list of recognizable
devices.

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
Link: https://patch.msgid.link/20241002022015.867031-3-alexey.klimov@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/qcom/sm8250.c

index feb6589171ca7697d4c6c95a369c999e10afcb72..a38a741ace3790263b81d16331708360e40b72b9 100644 (file)
@@ -211,6 +211,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"},
        {.compatible = "qcom,qrb5165-rb5-sndcard"},
        {}
 };