mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 13:15:57 +00:00
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 <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20241101165159.370619-2-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
393de01870
commit
4b9f02b6c5
@ -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"},
|
||||
{}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user