summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2015-11-17 05:47:33 (GMT)
committerMark Brown <broonie@kernel.org>2015-11-17 11:43:04 (GMT)
commit166765ea8b686c64b590fa62664a4adb35aa2d6a (patch)
treebf29d0e316a4aee3d3e21fab68af195f8f25eabe
parent4bbda49cc40f6c2e5cc3a5dd22cded1d217e074d (diff)
downloadlinux-166765ea8b686c64b590fa62664a4adb35aa2d6a.tar.xz
ASoC: rt286: set combo jack for Skylake
Skylake platform also uses combo jack configuration, so add Skylake to existing DMI match for combo jack Signed-off-by: Vinod Koul <vinod.koul@intel.com> Acked-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/codecs/rt286.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c
index af2ed77..bc08f0c 100644
--- a/sound/soc/codecs/rt286.c
+++ b/sound/soc/codecs/rt286.c
@@ -1114,6 +1114,12 @@ static const struct dmi_system_id force_combo_jack_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "Wilson Beach SDS")
}
},
+ {
+ .ident = "Intel Skylake RVP",
+ .matches = {
+ DMI_MATCH(DMI_PRODUCT_NAME, "Skylake Client platform")
+ }
+ },
{ }
};