Skip to content

Commit 5d73263

Browse files
plbossartbroonie
authored andcommitted
ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake
Yet another hardware variant we need to handle. Link: thesofproject#3873 Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Takashi Iwai <tiwai@suse.de> Link: https://lore.kernel.org/r/20221031195639.250062-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 9a1d248 commit 5d73263

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sound/hda/intel-dsp-config.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,11 @@ static const struct config_entry config_table[] = {
320320
{}
321321
}
322322
},
323+
{
324+
.flags = FLAG_SOF,
325+
.device = 0x34c8,
326+
.codec_hid = &essx_83x6,
327+
},
323328
{
324329
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
325330
.device = 0x34c8,

0 commit comments

Comments
 (0)