Skip to content

Commit 99c7bb4

Browse files
jwrdegoedebroonie
authored andcommitted
ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab S10346
Add a quirk for the Medion Lifetab S10346, this BYTCR tablet has no CHAN package in its ACPI tables and uses SSP0-AIF1 rather then SSP0-AIF2 which is the default for BYTCR devices. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://msgid.link/r/20231217213221.49424-1-hdegoede@redhat.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent f32c80d commit 99c7bb4

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
@@ -894,6 +894,18 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = {
894894
BYT_RT5640_SSP0_AIF1 |
895895
BYT_RT5640_MCLK_EN),
896896
},
897+
{
898+
/* Medion Lifetab S10346 */
899+
.matches = {
900+
DMI_MATCH(DMI_BOARD_VENDOR, "AMI Corporation"),
901+
DMI_MATCH(DMI_BOARD_NAME, "Aptio CRB"),
902+
/* Above strings are much too generic, also match on BIOS date */
903+
DMI_MATCH(DMI_BIOS_DATE, "10/22/2015"),
904+
},
905+
.driver_data = (void *)(BYTCR_INPUT_DEFAULTS |
906+
BYT_RT5640_SSP0_AIF1 |
907+
BYT_RT5640_MCLK_EN),
908+
},
897909
{ /* Mele PCG03 Mini PC */
898910
.matches = {
899911
DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Mini PC"),

0 commit comments

Comments
 (0)