Skip to content

Commit a549b92

Browse files
tiwaibroonie
authored andcommitted
ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
Acer Aspire SW3-013 requires the very same quirk as other Acer Aspire model for making it working. Link: https://bugzilla.kernel.org/show_bug.cgi?id=220011 Signed-off-by: Takashi Iwai <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 138e6da commit a549b92

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sound/soc/intel/boards/bytcr_rt5640.c

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,19 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = {
576576
BYT_RT5640_SSP0_AIF2 |
577577
BYT_RT5640_MCLK_EN),
578578
},
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+
},
579592
{
580593
.matches = {
581594
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),

0 commit comments

Comments
 (0)