Skip to content

Commit f7fe85b

Browse files
attila-tokesbroonie
authored andcommitted
ASoC: amd: yc: Fix non-functional mic on Lenovo 82UU
Like many other models, the Lenovo 82UU (Yoga Slim 7 Pro 14ARH7) needs a quirk entry for the internal microphone to function. Signed-off-by: Attila Tőkés <attitokes@gmail.com> Link: https://msgid.link/r/20240210193638.144028-1-attitokes@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d6755a5 commit f7fe85b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sound/soc/amd/yc/acp6x-mach.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
234234
DMI_MATCH(DMI_PRODUCT_NAME, "82UG"),
235235
}
236236
},
237+
{
238+
.driver_data = &acp6x_card,
239+
.matches = {
240+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
241+
DMI_MATCH(DMI_PRODUCT_NAME, "82UU"),
242+
}
243+
},
237244
{
238245
.driver_data = &acp6x_card,
239246
.matches = {

0 commit comments

Comments
 (0)