Skip to content

Commit c35fbea

Browse files
plbossarttiwai
authored andcommitted
ALSA: hda: intel-dsp-config: add missing RaptorLake PCI IDs
These two missed IDs need to be added for dynamic selection of drivers. Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Ranjani Sridharan <[email protected]> Reviewed-by: Kai Vehmanen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent cbdac8b commit c35fbea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sound/hda/intel-dsp-config.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,16 @@ static const struct config_entry config_table[] = {
450450
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
451451
.device = 0x51cb,
452452
},
453+
/* RaptorLake-M */
454+
{
455+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
456+
.device = 0x51ce,
457+
},
458+
/* RaptorLake-PX */
459+
{
460+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
461+
.device = 0x51cf,
462+
},
453463
#endif
454464

455465
};

0 commit comments

Comments
 (0)