diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2023-12-12 09:08:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-18 14:03:41 +0000 |
commit | 7211094dd065908747a143f9adeff41cfdcf37c0 (patch) | |
tree | 08685df3a8ace68014ab7a1287df47162b95d05e /sound | |
parent | 773df207fdd6e17d7a43abf83ea155ade9a95f79 (diff) | |
download | linux-7211094dd065908747a143f9adeff41cfdcf37c0.tar.gz linux-7211094dd065908747a143f9adeff41cfdcf37c0.tar.bz2 linux-7211094dd065908747a143f9adeff41cfdcf37c0.zip |
ASoC: qcom: sc8280xp: Add support for SM8650
Add compatibles for sound card on Qualcomm SM8650 boards.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://msgid.link/r/20231212-topic-sm8650-upstream-snd-card-v1-2-fbfc38471204@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/qcom/sc8280xp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c index 249a43e1dee3..abef39b5c8ca 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"}, {} }; |