From: Krzysztof Kozlowski Date: Fri, 1 Nov 2024 16:51:59 +0000 (+0100) Subject: ASoC: qcom: sc8280xp Add SM8750 sound card X-Git-Tag: v6.13-rc1~123^2~2^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b9f02b6c5376b65dac398c4f06804c914cbb7be;p=thirdparty%2Fkernel%2Flinux.git ASoC: qcom: sc8280xp Add SM8750 sound card Add OF device ID entry for SM8750 sound card with its own model name, used to load proper Audioreach topology file. The sound card is compatible with SM8450 and newer family. Signed-off-by: Krzysztof Kozlowski Link: https://patch.msgid.link/20241101165159.370619-2-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c index 922ecada1cd8d..3113773171761 100644 --- a/sound/soc/qcom/sc8280xp.c +++ b/sound/soc/qcom/sc8280xp.c @@ -190,6 +190,7 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = { {.compatible = "qcom,sm8450-sndcard", "sm8450"}, {.compatible = "qcom,sm8550-sndcard", "sm8550"}, {.compatible = "qcom,sm8650-sndcard", "sm8650"}, + {.compatible = "qcom,sm8750-sndcard", "sm8750"}, {} };