diff options
author | Takashi Iwai | 2021-02-02 18:48:28 +0100 |
---|---|---|
committer | Takashi Iwai | 2021-02-02 18:48:33 +0100 |
commit | 5c953a226300c961771bc20da6aedf83a980c113 (patch) | |
tree | 559341a5e56db25bd1b091354e36ab301f01c119 /sound/hda | |
parent | 9119e5661eab2c56a96b936cde49c6740dc49ff9 (diff) | |
parent | 4841b8e6318a7f0ae57c4e5ec09032ea057c97a8 (diff) |
Merge branch 'for-linus' into for-next
Back-merge the 5.11 devel branch for further patching.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda')
-rw-r--r-- | sound/hda/intel-dsp-config.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index 6a0d070c60c9..c45686172517 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -307,6 +307,10 @@ static const struct config_entry config_table[] = { .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, .device = 0xa0c8, }, + { + .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, + .device = 0x43c8, + }, #endif /* Elkhart Lake */ |