]> Git Repo - linux.git/commitdiff
ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake
authorPierre-Louis Bossart <[email protected]>
Mon, 31 Oct 2022 19:56:39 +0000 (15:56 -0400)
committerMark Brown <[email protected]>
Tue, 1 Nov 2022 11:01:15 +0000 (11:01 +0000)
Yet another hardware variant we need to handle.

Link: https://github.com/thesofproject/linux/issues/3873
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Bard Liao <[email protected]>
Reviewed-by: Takashi Iwai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/hda/intel-dsp-config.c

index b9eb3208f2888001b478c756efc66f56d12db253..ae31bb1275940453efb026410e5673d1e53a9d1e 100644 (file)
@@ -320,6 +320,11 @@ static const struct config_entry config_table[] = {
                        {}
                }
        },
+       {
+               .flags = FLAG_SOF,
+               .device = 0x34c8,
+               .codec_hid =  &essx_83x6,
+       },
        {
                .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
                .device = 0x34c8,
This page took 0.056648 seconds and 4 git commands to generate.