Skip to content

Commit e38c5e8

Browse files
jwrdegoedebroonie
authored andcommitted
ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia One 7 B1-750
The Acer Iconia One 7 B1-750 tablet mostly works fine with the defaults for an Bay Trail CR tablet. Except for the internal mic, instead of an analog mic on IN3 a digital mic on DMIC1 is uses. Add a quirk with these settings for this tablet. Acked-by: Pierre-Louis Bossart <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent e51f495 commit e38c5e8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sound/soc/intel/boards/bytcr_rt5640.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,18 @@ static int byt_rt5640_aif1_hw_params(struct snd_pcm_substream *substream,
533533

534534
/* Please keep this list alphabetically sorted */
535535
static const struct dmi_system_id byt_rt5640_quirk_table[] = {
536+
{ /* Acer Iconia One 7 B1-750 */
537+
.matches = {
538+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Insyde"),
539+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "VESPA2"),
540+
},
541+
.driver_data = (void *)(BYT_RT5640_DMIC1_MAP |
542+
BYT_RT5640_JD_SRC_JD1_IN4P |
543+
BYT_RT5640_OVCD_TH_1500UA |
544+
BYT_RT5640_OVCD_SF_0P75 |
545+
BYT_RT5640_SSP0_AIF1 |
546+
BYT_RT5640_MCLK_EN),
547+
},
536548
{ /* Acer Iconia Tab 8 W1-810 */
537549
.matches = {
538550
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),

0 commit comments

Comments
 (0)