Skip to content

Commit d52eee9

Browse files
plbossarttiwai
authored andcommitted
ALSA: hda: intel-dsp-config: update AlderLake PCI IDs
Add missing AlderLake-PS and RaptorLake-S PCI IDs (already in HDaudio and SOF drivers), add comments and regroup by skew. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://lore.kernel.org/r/20220406190418.245044-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 9dd7c46 commit d52eee9

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

sound/hda/intel-dsp-config.c

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,22 +390,36 @@ static const struct config_entry config_table[] = {
390390

391391
/* Alder Lake */
392392
#if IS_ENABLED(CONFIG_SND_SOC_SOF_ALDERLAKE)
393+
/* Alderlake-S */
393394
{
394395
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
395396
.device = 0x7ad0,
396397
},
398+
/* RaptorLake-S */
397399
{
398400
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
399-
.device = 0x51c8,
401+
.device = 0x7a50,
400402
},
403+
/* Alderlake-P */
401404
{
402405
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
403-
.device = 0x51cc,
406+
.device = 0x51c8,
404407
},
405408
{
406409
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
407410
.device = 0x51cd,
408411
},
412+
/* Alderlake-PS */
413+
{
414+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
415+
.device = 0x51c9,
416+
},
417+
/* Alderlake-M */
418+
{
419+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
420+
.device = 0x51cc,
421+
},
422+
/* Alderlake-N */
409423
{
410424
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
411425
.device = 0x54c8,

0 commit comments

Comments
 (0)