ASoC: rt286: set combo jack for Kabylake
authorVinod Koul <vinod.koul@intel.com>
Mon, 11 Jul 2016 16:32:10 +0000 (22:02 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 11 Jul 2016 21:20:15 +0000 (22:20 +0100)
Like in Skylake, Kabylake also uses combo jack so add Kabylake to
DMI match for combo jack configuration.

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt286.c

index 1bd31644a782eac26042fccf47bfbc65e380b63f..74c0e4eb3788dca775f17207c6c7fb35f5629cab 100644 (file)
@@ -1100,6 +1100,13 @@ static const struct dmi_system_id force_combo_jack_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Skylake Client platform")
                }
        },
+       {
+               .ident = "Intel Kabylake RVP",
+               .matches = {
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Kabylake Client platform")
+               }
+       },
+
        { }
 };