From: Vinod Koul Date: Tue, 17 Nov 2015 05:47:33 +0000 (+0530) Subject: ASoC: rt286: set combo jack for Skylake X-Git-Tag: v4.5-rc1~80^2~26^2~1^2~3^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=166765ea8b686c64b590fa62664a4adb35aa2d6a;p=karo-tx-linux.git 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 Acked-by: Bard Liao Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c index af2ed774b552..bc08f0c5a5f6 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") + } + }, { } };