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 138e6da commit a549b92Copy full SHA for a549b92
sound/soc/intel/boards/bytcr_rt5640.c
@@ -576,6 +576,19 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = {
576
BYT_RT5640_SSP0_AIF2 |
577
BYT_RT5640_MCLK_EN),
578
},
579
+ { /* Acer Aspire SW3-013 */
580
+ .matches = {
581
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
582
+ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire SW3-013"),
583
+ },
584
+ .driver_data = (void *)(BYT_RT5640_DMIC1_MAP |
585
+ BYT_RT5640_JD_SRC_JD2_IN4N |
586
+ BYT_RT5640_OVCD_TH_2000UA |
587
+ BYT_RT5640_OVCD_SF_0P75 |
588
+ BYT_RT5640_DIFF_MIC |
589
+ BYT_RT5640_SSP0_AIF1 |
590
+ BYT_RT5640_MCLK_EN),
591
592
{
593
.matches = {
594
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
0 commit comments