diff options
author | Alexey Klimov <alexey.klimov@linaro.org> | 2024-10-02 04:20:10 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-10-02 15:02:03 +0200 |
commit | b97bc0656a66f89f78098d4d72dc04fa9518ab11 (patch) | |
tree | 934809e704e15a584fe7b9dab7b04e2e28eea7de /sound/soc | |
parent | ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcard (diff) | |
download | linux-b97bc0656a66f89f78098d4d72dc04fa9518ab11.tar.xz linux-b97bc0656a66f89f78098d4d72dc04fa9518ab11.zip |
ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
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>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/qcom/sm8250.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/qcom/sm8250.c b/sound/soc/qcom/sm8250.c index 274bab28209a..19adadedc88a 100644 --- a/sound/soc/qcom/sm8250.c +++ b/sound/soc/qcom/sm8250.c @@ -174,6 +174,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"}, {} }; |