Skip to content

Commit b3c5b1f

Browse files
tiwaijfvogel
authored andcommitted
ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
[ Upstream commit a549b92 ] 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 <tiwai@suse.de> Link: https://patch.msgid.link/20250420085716.12095-1-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org> (cherry picked from commit 8f76431c00b2dab4fbc0b359747a5f7a2f9d126a) Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
1 parent ee593fb commit b3c5b1f

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)