From: Neil Armstrong Date: Tue, 12 Dec 2023 08:08:20 +0000 (+0100) Subject: ASoC: qcom: sc8280xp: Add support for SM8650 X-Git-Tag: v6.8-rc1~110^2~7^2~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7211094dd065908747a143f9adeff41cfdcf37c0;p=thirdparty%2Flinux.git ASoC: qcom: sc8280xp: Add support for SM8650 Add compatibles for sound card on Qualcomm SM8650 boards. Signed-off-by: Neil Armstrong Reviewed-by: Krzysztof Kozlowski Link: https://msgid.link/r/20231212-topic-sm8650-upstream-snd-card-v1-2-fbfc38471204@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c index 249a43e1dee3c..abef39b5c8ca1 100644 --- a/sound/soc/qcom/sc8280xp.c +++ b/sound/soc/qcom/sc8280xp.c @@ -153,6 +153,7 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = { {.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"}, {.compatible = "qcom,sm8450-sndcard", "sm8450"}, {.compatible = "qcom,sm8550-sndcard", "sm8550"}, + {.compatible = "qcom,sm8650-sndcard", "sm8650"}, {} };