Skip to content

Commit bdea43f

Browse files
jwrdegoedebroonie
authored andcommitted
ASoC: Intel: bytcr_rt5640: Add quirk for the Estar Beauty HD MID 7316R tablet
The Estar Beauty HD MID 7316R 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 140f553 commit bdea43f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

sound/soc/intel/boards/bytcr_rt5640.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,16 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = {
531531
BYT_RT5640_MONO_SPEAKER |
532532
BYT_RT5640_MCLK_EN),
533533
},
534+
{ /* Estar Beauty HD MID 7316R */
535+
.matches = {
536+
DMI_MATCH(DMI_SYS_VENDOR, "Estar"),
537+
DMI_MATCH(DMI_PRODUCT_NAME, "eSTAR BEAUTY HD Intel Quad core"),
538+
},
539+
.driver_data = (void *)(BYTCR_INPUT_DEFAULTS |
540+
BYT_RT5640_MONO_SPEAKER |
541+
BYT_RT5640_SSP0_AIF1 |
542+
BYT_RT5640_MCLK_EN),
543+
},
534544
{
535545
.matches = {
536546
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),

0 commit comments

Comments
 (0)