Skip to content

Commit 4146575

Browse files
jwrdegoedebroonie
authored andcommitted
ASoC: rt5645: Add platform-data for Medion E1239T
The Medion E1239T uses the default jack-detect mode 3, but instead of using an analog microphone it is using a DMIC on dmic-data-pin 1, like other models following Intel's Brasswell's reference design. This commit adds a DMI quirk pointing to the intel_braswell_platform_data for this model. Signed-off-by: Hans de Goede <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c8b78f2 commit 4146575

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sound/soc/codecs/rt5645.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3758,6 +3758,14 @@ static const struct dmi_system_id dmi_platform_data[] = {
37583758
},
37593759
.driver_data = (void *)&kahlee_platform_data,
37603760
},
3761+
{
3762+
.ident = "Medion E1239T",
3763+
.matches = {
3764+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "MEDION"),
3765+
DMI_MATCH(DMI_PRODUCT_NAME, "E1239T MD60568"),
3766+
},
3767+
.driver_data = (void *)&intel_braswell_platform_data,
3768+
},
37613769
{ }
37623770
};
37633771

0 commit comments

Comments
 (0)