diff options
author | 2022-09-22 13:54:20 +0200 | |
---|---|---|
committer | 2022-09-22 13:54:20 +0200 | |
commit | af45a0d32df9c8f5abbbc7401d70ffa296c8cef6 (patch) | |
tree | f162ece8fa7d94374d15801d614849db649282ac /sound/hda | |
parent | ALSA: hda/ca0132 - remove the unneeded result variable (diff) | |
parent | ALSA: hda: intel-dsp-config: add missing RaptorLake PCI IDs (diff) | |
download | linux-rng-af45a0d32df9c8f5abbbc7401d70ffa296c8cef6.tar.xz linux-rng-af45a0d32df9c8f5abbbc7401d70ffa296c8cef6.zip |
Merge branch 'for-linus' into for-next
Diffstat (limited to 'sound/hda')
-rw-r--r-- | sound/hda/intel-dsp-config.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index d84ffdf47210..5a478649f338 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -450,6 +450,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 }; |