summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt286.c
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-07-11 22:02:10 +0530
committerMark Brown <broonie@kernel.org>2016-07-11 22:20:15 +0100
commitd06de6d9f113bfdb62ce7b9dfe33a0709122dec2 (patch)
tree5d87ad7d486ce205db49626738675dd2eb512197 /sound/soc/codecs/rt286.c
parentcc21688703ee5090a6f1204b501c55034152c65e (diff)
downloadlinux-d06de6d9f113bfdb62ce7b9dfe33a0709122dec2.tar.bz2
ASoC: rt286: set combo jack for Kabylake
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>
Diffstat (limited to 'sound/soc/codecs/rt286.c')
-rw-r--r--sound/soc/codecs/rt286.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c
index 1bd31644a782..74c0e4eb3788 100644
--- a/sound/soc/codecs/rt286.c
+++ b/sound/soc/codecs/rt286.c
@@ -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")
+ }
+ },
+
{ }
};