diff options
Diffstat (limited to 'sound/soc/codecs/rt286.c')
-rw-r--r-- | sound/soc/codecs/rt286.c | 6 |
1 files changed, 6 insertions, 0 deletions
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[] = { | |||
1114 | DMI_MATCH(DMI_BOARD_NAME, "Wilson Beach SDS") | 1114 | DMI_MATCH(DMI_BOARD_NAME, "Wilson Beach SDS") |
1115 | } | 1115 | } |
1116 | }, | 1116 | }, |
1117 | { | ||
1118 | .ident = "Intel Skylake RVP", | ||
1119 | .matches = { | ||
1120 | DMI_MATCH(DMI_PRODUCT_NAME, "Skylake Client platform") | ||
1121 | } | ||
1122 | }, | ||
1117 | { } | 1123 | { } |
1118 | }; | 1124 | }; |
1119 | 1125 | ||