We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c41be2 commit 551539aCopy full SHA for 551539a
sound/soc/codecs/rt5645.c
@@ -3838,6 +3838,16 @@ static const struct dmi_system_id dmi_platform_data[] = {
3838
DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "AMI Corporation"),
3839
DMI_EXACT_MATCH(DMI_BOARD_NAME, "Cherry Trail CR"),
3840
DMI_EXACT_MATCH(DMI_BOARD_VERSION, "Default string"),
3841
+ /*
3842
+ * Above strings are too generic, LattePanda BIOS versions for
3843
+ * all 4 hw revisions are:
3844
+ * DF-BI-7-S70CR100-*
3845
+ * DF-BI-7-S70CR110-*
3846
+ * DF-BI-7-S70CR200-*
3847
+ * LP-BS-7-S70CR700-*
3848
+ * Do a partial match for S70CR to avoid false positive matches.
3849
+ */
3850
+ DMI_MATCH(DMI_BIOS_VERSION, "S70CR"),
3851
},
3852
.driver_data = (void *)&lattepanda_board_platform_data,
3853
0 commit comments