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 231bf30 commit f8b0127Copy full SHA for f8b0127
sound/soc/intel/boards/bytcr_rt5640.c
@@ -685,6 +685,18 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = {
685
BYT_RT5640_SSP0_AIF1 |
686
BYT_RT5640_MCLK_EN),
687
},
688
+ { /* Chuwi Vi8 dual-boot (CWI506) */
689
+ .matches = {
690
+ DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Insyde"),
691
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "i86"),
692
+ /* The above are too generic, also match BIOS info */
693
+ DMI_MATCH(DMI_BIOS_VERSION, "CHUWI2.D86JHBNR02"),
694
+ },
695
+ .driver_data = (void *)(BYTCR_INPUT_DEFAULTS |
696
+ BYT_RT5640_MONO_SPEAKER |
697
+ BYT_RT5640_SSP0_AIF1 |
698
+ BYT_RT5640_MCLK_EN),
699
700
{
701
/* Chuwi Vi10 (CWI505) */
702
.matches = {
0 commit comments