diff options
author | Muralidhar Reddy <[email protected]> | 2022-04-21 11:33:57 -0500 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-04-22 12:37:26 +0100 |
commit | 6c84dae212747d0c82057c48785f2b1b6c53f553 (patch) | |
tree | a950aa184e4ff0d1bb959c7419c211b8ada51eb7 | |
parent | 4bfbbb76e82e5f1e0e114e0831356656b4169c80 (diff) |
ASoC: SOF: Intel: pci-tgl: add ADL-PS support
Add PCI DID for Intel Alder Lake PS.
Reviewed-by: Ranjani Sridharan <[email protected]>
Signed-off-by: Muralidhar Reddy <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/sof/intel/pci-tgl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/pci-tgl.c b/sound/soc/sof/intel/pci-tgl.c index 478f9d051c4c..f6a76dcf28fd 100644 --- a/sound/soc/sof/intel/pci-tgl.c +++ b/sound/soc/sof/intel/pci-tgl.c @@ -176,6 +176,8 @@ static const struct pci_device_id sof_pci_ids[] = { .driver_data = (unsigned long)&adl_desc}, { PCI_DEVICE(0x8086, 0x51cd), /* ADL-P */ .driver_data = (unsigned long)&adl_desc}, + { PCI_DEVICE(0x8086, 0x51c9), /* ADL-PS */ + .driver_data = (unsigned long)&adl_desc}, { PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */ .driver_data = (unsigned long)&adl_desc}, { PCI_DEVICE(0x8086, 0x54c8), /* ADL-N */ |