ASoC: qcom: add sound card support for SM8650

Merge series from Neil Armstrong <neil.armstrong@linaro.org>:

Document the SM8650 sound card using the SM8450 fallback
and add the SM8650 compatible to the sc8280xp sound card
driver to use the sm8650 card driver_name like SM8450 & SM8550.
This commit is contained in:
Mark Brown 2023-12-19 16:46:16 +00:00
commit 2f2998895c
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@ properties:
- items:
- enum:
- qcom,sm8550-sndcard
- qcom,sm8650-sndcard
- const: qcom,sm8450-sndcard
- enum:
- qcom,apq8016-sbc-sndcard

View file

@ -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"},
{}
};