diff options
| author | Mark Brown <broonie@kernel.org> | 2021-08-30 12:30:33 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2021-08-30 12:30:33 +0100 |
| commit | 38b7673000949ca784fcb8a9feb70d2a802befa6 (patch) | |
| tree | a5d23c2784c2825c680b840ff8eb0653bdb5625e /sound/soc/sof/sof-pci-dev.c | |
| parent | a617f7d45c499b56689cdcef37dfa86fdeb99940 (diff) | |
| parent | 3202e2f5fac0032cb1128fb8d5b7f3368902c8d8 (diff) | |
| download | lwn-38b7673000949ca784fcb8a9feb70d2a802befa6.tar.gz lwn-38b7673000949ca784fcb8a9feb70d2a802befa6.zip | |
Merge remote-tracking branch 'asoc/for-5.15' into asoc-linus
Diffstat (limited to 'sound/soc/sof/sof-pci-dev.c')
| -rw-r--r-- | sound/soc/sof/sof-pci-dev.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/sof/sof-pci-dev.c b/sound/soc/sof/sof-pci-dev.c index 03119462f9e2..bc9e70765678 100644 --- a/sound/soc/sof/sof-pci-dev.c +++ b/sound/soc/sof/sof-pci-dev.c @@ -50,6 +50,15 @@ static const struct dmi_system_id sof_tplg_table[] = { }, .driver_data = "sof-tgl-rt5682-ssp0-max98373-ssp2.tplg", }, + { + .callback = sof_tplg_cb, + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"), + DMI_MATCH(DMI_PRODUCT_NAME, "Alder Lake Client Platform"), + DMI_MATCH(DMI_OEM_STRING, "AUDIO-ADL_MAX98373_ALC5682I_I2S"), + }, + .driver_data = "sof-adl-rt5682-ssp0-max98373-ssp2.tplg", + }, {} }; |
