mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
Add sound card support for QCS8275
Merge series from Prasad Kumpatla <quic_pkumpatl@quicinc.com>: This patchset adds support for sound card on Qualcomm QCS8275 boards.
This commit is contained in:
commit
b27a58ecdf
|
|
@ -32,6 +32,7 @@ properties:
|
|||
- qcom,apq8096-sndcard
|
||||
- qcom,qcm6490-idp-sndcard
|
||||
- qcom,qcs6490-rb3gen2-sndcard
|
||||
- qcom,qcs8275-sndcard
|
||||
- qcom,qcs9075-sndcard
|
||||
- qcom,qcs9100-sndcard
|
||||
- qcom,qrb4210-rb2-sndcard
|
||||
|
|
|
|||
|
|
@ -186,6 +186,7 @@ static int sc8280xp_platform_probe(struct platform_device *pdev)
|
|||
static const struct of_device_id snd_sc8280xp_dt_match[] = {
|
||||
{.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"},
|
||||
{.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"},
|
||||
{.compatible = "qcom,qcs8275-sndcard", "qcs8275"},
|
||||
{.compatible = "qcom,qcs9075-sndcard", "qcs9075"},
|
||||
{.compatible = "qcom,qcs9100-sndcard", "qcs9100"},
|
||||
{.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user