From: Vinod Koul Date: Mon, 11 Jul 2016 16:32:10 +0000 (+0530) Subject: ASoC: rt286: set combo jack for Kabylake X-Git-Tag: v4.8-rc1~84^2~1^2~14^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d06de6d9f113bfdb62ce7b9dfe33a0709122dec2;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c index 1bd31644a782e..74c0e4eb3788d 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") + } + }, + { } };