aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/rt5651.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5651.c b/sound/soc/codecs/rt5651.c
index f01d41101631..831b297978a4 100644
--- a/sound/soc/codecs/rt5651.c
+++ b/sound/soc/codecs/rt5651.c
@@ -1753,6 +1753,14 @@ static int rt5651_quirk_cb(const struct dmi_system_id *id)
1753} 1753}
1754 1754
1755static const struct dmi_system_id rt5651_quirk_table[] = { 1755static const struct dmi_system_id rt5651_quirk_table[] = {
1756 {
1757 .callback = rt5651_quirk_cb,
1758 .matches = {
1759 DMI_MATCH(DMI_SYS_VENDOR, "KIANO"),
1760 DMI_MATCH(DMI_PRODUCT_NAME, "KIANO SlimNote 14.2"),
1761 },
1762 .driver_data = (unsigned long *) RT5651_JD1_1,
1763 },
1756 {} 1764 {}
1757}; 1765};
1758 1766