Skip to content

Commit 8f28e19

Browse files
jwrdegoedebroonie
authored andcommitted
ASoC: rt5645: Add platform-data for Acer Switch V 10
The Acer Switch V 10 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 Braswell's reference design. Add a DMI quirk pointing to the intel_braswell_platform_data for this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://msgid.link/r/20231126214024.300505-3-hdegoede@redhat.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 51add16 commit 8f28e19

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sound/soc/codecs/rt5645.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3847,6 +3847,14 @@ static const struct dmi_system_id dmi_platform_data[] = {
38473847
},
38483848
.driver_data = (void *)&ecs_ef20_platform_data,
38493849
},
3850+
{
3851+
.ident = "Acer Switch V 10 (SW5-017)",
3852+
.matches = {
3853+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
3854+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "SW5-017"),
3855+
},
3856+
.driver_data = (void *)&intel_braswell_platform_data,
3857+
},
38503858
{ }
38513859
};
38523860

0 commit comments

Comments
 (0)