Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet

The Vexia Edu Atla 10 tablet mostly uses the BYTCR tablet defaults,
but as happens on more models it is using IN1 instead of IN3 for
its internal mic and JD_SRC_JD2_IN4N instead of JD_SRC_JD1_IN4P
for jack-detection.

Add a DMI quirk for this to fix the internal-mic and jack-detection.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20241024211615.79518-2-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Hans de Goede and committed by
Mark Brown
0107f28f d48696b9

+15
+15
sound/soc/intel/boards/bytcr_rt5640.c
··· 1132 1132 BYT_RT5640_SSP0_AIF2 | 1133 1133 BYT_RT5640_MCLK_EN), 1134 1134 }, 1135 + { /* Vexia Edu Atla 10 tablet */ 1136 + .matches = { 1137 + DMI_MATCH(DMI_BOARD_VENDOR, "AMI Corporation"), 1138 + DMI_MATCH(DMI_BOARD_NAME, "Aptio CRB"), 1139 + /* Above strings are too generic, also match on BIOS date */ 1140 + DMI_MATCH(DMI_BIOS_DATE, "08/25/2014"), 1141 + }, 1142 + .driver_data = (void *)(BYT_RT5640_IN1_MAP | 1143 + BYT_RT5640_JD_SRC_JD2_IN4N | 1144 + BYT_RT5640_OVCD_TH_2000UA | 1145 + BYT_RT5640_OVCD_SF_0P75 | 1146 + BYT_RT5640_DIFF_MIC | 1147 + BYT_RT5640_SSP0_AIF2 | 1148 + BYT_RT5640_MCLK_EN), 1149 + }, 1135 1150 { /* Voyo Winpad A15 */ 1136 1151 .matches = { 1137 1152 DMI_MATCH(DMI_BOARD_VENDOR, "AMI Corporation"),