ALSA: intel-dspconfig: add ES8336 support for AlderLake-PS
authorMuralidhar Reddy <muralidhar.reddy@intel.com>
Mon, 19 Sep 2022 11:45:48 +0000 (13:45 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 19 Sep 2022 16:52:43 +0000 (17:52 +0100)
added quirks for ESS8336 for AlderLake-PS

Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Muralidhar Reddy <muralidhar.reddy@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220919114548.42769-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/hda/intel-dsp-config.c

index d84ffdf..1997ffc 100644 (file)
@@ -428,6 +428,11 @@ static const struct config_entry config_table[] = {
        },
        /* Alderlake-PS */
        {
+               .flags = FLAG_SOF,
+               .device = 0x51c9,
+               .codec_hid =  &essx_83x6,
+       },
+       {
                .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
                .device = 0x51c9,
        },