From: Pierre-Louis Bossart Date: Tue, 8 Mar 2022 19:25:59 +0000 (-0600) Subject: ALSA: intel-dspconfig: add ES8336 support for CNL X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cded07a2dccd5493696a3adce175f01e413423c6;p=linux.git ALSA: intel-dspconfig: add ES8336 support for CNL We're missing this check for the CNL PCI id Reported-by: Nikolai Kostrigin Signed-off-by: Pierre-Louis Bossart Reviewed-by: Bard Liao Reviewed-by: Péter Ujfalusi Acked-by: Takashi Iwai Link: https://lore.kernel.org/r/20220308192610.392950-10-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index b9b7bf5a55531..70fd8b13938ed 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -199,6 +199,11 @@ static const struct config_entry config_table[] = { {} } }, + { + .flags = FLAG_SOF, + .device = 0x09dc8, + .codec_hid = &essx_83x6, + }, { .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, .device = 0x9dc8,