diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-02-02 18:48:28 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-02-02 18:48:33 +0100 |
commit | 5c953a226300c961771bc20da6aedf83a980c113 (patch) | |
tree | 559341a5e56db25bd1b091354e36ab301f01c119 /sound/hda/intel-dsp-config.c | |
parent | ALSA: usb-audio: Add DJM-450 to the quirks table (diff) | |
parent | ALSA: hda/realtek: modify EAPD in the ALC886 (diff) | |
download | linux-5c953a226300c961771bc20da6aedf83a980c113.tar.xz linux-5c953a226300c961771bc20da6aedf83a980c113.zip |
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/intel-dsp-config.c')
-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 */ |