Skip to content

Commit b07908a

Browse files
gongjun-songtiwai
authored andcommitted
ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs
Add RaptorLake-P PCI IDs Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Signed-off-by: Gongjun Song <gongjun.song@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20220421163546.319604-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent b3fbe53 commit b07908a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

sound/hda/intel-dsp-config.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,15 @@ static const struct config_entry config_table[] = {
424424
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
425425
.device = 0x54c8,
426426
},
427+
/* RaptorLake-P */
428+
{
429+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
430+
.device = 0x51ca,
431+
},
432+
{
433+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
434+
.device = 0x51cb,
435+
},
427436
#endif
428437

429438
};

0 commit comments

Comments
 (0)