Commit 2f299889 authored by Mark Brown's avatar Mark Brown

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.
parents 791667f7 7211094d
...@@ -24,6 +24,7 @@ properties: ...@@ -24,6 +24,7 @@ properties:
- items: - items:
- enum: - enum:
- qcom,sm8550-sndcard - qcom,sm8550-sndcard
- qcom,sm8650-sndcard
- const: qcom,sm8450-sndcard - const: qcom,sm8450-sndcard
- enum: - enum:
- qcom,apq8016-sbc-sndcard - qcom,apq8016-sbc-sndcard
......
...@@ -153,6 +153,7 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = { ...@@ -153,6 +153,7 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = {
{.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"}, {.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"},
{.compatible = "qcom,sm8450-sndcard", "sm8450"}, {.compatible = "qcom,sm8450-sndcard", "sm8450"},
{.compatible = "qcom,sm8550-sndcard", "sm8550"}, {.compatible = "qcom,sm8550-sndcard", "sm8550"},
{.compatible = "qcom,sm8650-sndcard", "sm8650"},
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment