Skip to content

Commit 019126a

Browse files
kv2019iplbossart
authored andcommitted
ALSA: hda: Add new AlderLake-P variant PCI ID
Add HD Audio PCI ID for a variant of Intel AlderLake-P. Use same driver match rules as for existing AlderLake-P devices. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 37b2ad1 commit 019126a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

sound/hda/intel-dsp-config.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,10 @@ static const struct config_entry config_table[] = {
374374
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
375375
.device = 0x51cc,
376376
},
377+
{
378+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
379+
.device = 0x51cd,
380+
},
377381
{
378382
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
379383
.device = 0x54c8,

sound/pci/hda/hda_intel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,6 +2483,8 @@ static const struct pci_device_id azx_ids[] = {
24832483
/* Alderlake-P */
24842484
{ PCI_DEVICE(0x8086, 0x51c8),
24852485
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
2486+
{ PCI_DEVICE(0x8086, 0x51cd),
2487+
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
24862488
/* Alderlake-M */
24872489
{ PCI_DEVICE(0x8086, 0x51cc),
24882490
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},

0 commit comments

Comments
 (0)