Skip to content

Commit 4b9f02b

Browse files
krzkbroonie
authored andcommitted
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>
1 parent 393de01 commit 4b9f02b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/qcom/sc8280xp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = {
190190
{.compatible = "qcom,sm8450-sndcard", "sm8450"},
191191
{.compatible = "qcom,sm8550-sndcard", "sm8550"},
192192
{.compatible = "qcom,sm8650-sndcard", "sm8650"},
193+
{.compatible = "qcom,sm8750-sndcard", "sm8750"},
193194
{}
194195
};
195196

0 commit comments

Comments
 (0)