Message ID | 20220922100014.27080-1-pierre-louis.bossart@linux.intel.com |
---|---|
State | Accepted |
Commit | c35fbea48659ec99a4f532c9ee9e8692405afdd0 |
Headers | show |
Series | ALSA: hda: intel-dsp-config: add missing RaptorLake PCI IDs | expand |
diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index 1997ffc16663a..b9eb3208f2888 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -455,6 +455,16 @@ static const struct config_entry config_table[] = { .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, .device = 0x51cb, }, + /* RaptorLake-M */ + { + .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, + .device = 0x51ce, + }, + /* RaptorLake-PX */ + { + .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, + .device = 0x51cf, + }, #endif };