Skip to content

Commit c8b78f2

Browse files
jwrdegoedebroonie
authored andcommitted
ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN MPWIN895CL tablet
The MPMAN MPWIN895CL tablet almost fully works with out default settings. The only problem is that it has only 1 speaker so any sounds only playing on the right channel get lost. Add a quirk for this model using the default settings + MONO_SPEAKER. Signed-off-by: Hans de Goede <[email protected]> Acked-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 7506bae commit c8b78f2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sound/soc/intel/boards/bytcr_rt5640.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,17 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = {
591591
BYT_RT5640_SSP0_AIF1 |
592592
BYT_RT5640_MCLK_EN),
593593
},
594+
{
595+
/* MPMAN MPWIN895CL */
596+
.matches = {
597+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "MPMAN"),
598+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "MPWIN8900CL"),
599+
},
600+
.driver_data = (void *)(BYTCR_INPUT_DEFAULTS |
601+
BYT_RT5640_MONO_SPEAKER |
602+
BYT_RT5640_SSP0_AIF1 |
603+
BYT_RT5640_MCLK_EN),
604+
},
594605
{ /* MSI S100 tablet */
595606
.matches = {
596607
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Micro-Star International Co., Ltd."),

0 commit comments

Comments
 (0)