projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
138e6da
)
ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
author
Takashi Iwai
<tiwai@suse.de>
Sun, 20 Apr 2025 08:56:59 +0000
(10:56 +0200)
committer
Mark Brown
<broonie@kernel.org>
Fri, 25 Apr 2025 12:35:08 +0000
(13:35 +0100)
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>
sound/soc/intel/boards/bytcr_rt5640.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/boards/bytcr_rt5640.c
b/sound/soc/intel/boards/bytcr_rt5640.c
index 6446cda0f85727d2cbcd00d9fd0eaf5f6fef5a91..0f3b8f44e701128892f4024d6fa7924d9f234d4a 100644
(file)
--- a/
sound/soc/intel/boards/bytcr_rt5640.c
+++ b/
sound/soc/intel/boards/bytcr_rt5640.c
@@
-576,6
+576,19
@@
static const struct dmi_system_id byt_rt5640_quirk_table[] = {
BYT_RT5640_SSP0_AIF2 |
BYT_RT5640_MCLK_EN),
},
+ { /* Acer Aspire SW3-013 */
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire SW3-013"),
+ },
+ .driver_data = (void *)(BYT_RT5640_DMIC1_MAP |
+ BYT_RT5640_JD_SRC_JD2_IN4N |
+ BYT_RT5640_OVCD_TH_2000UA |
+ BYT_RT5640_OVCD_SF_0P75 |
+ BYT_RT5640_DIFF_MIC |
+ BYT_RT5640_SSP0_AIF1 |
+ BYT_RT5640_MCLK_EN),
+ },
{
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),