[PATCH] ASoC: amd: yc: Enable internal mic on MSI Bravo 17 C7VF

João Miguel posted 1 patch 6 days, 13 hours ago
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH] ASoC: amd: yc: Enable internal mic on MSI Bravo 17 C7VF
Posted by João Miguel 6 days, 13 hours ago
The MSI Bravo 17 C7VF routes its internal digital microphone through
the ACP6x. The machine driver only enables the DMIC for boards present
in the DMI quirk table, so on this model the internal mic is never
detected and no capture device is created.

Add a quirk entry matching the board's DMI identifiers so the DMIC is
enabled and the internal microphone works.

Signed-off-by: João Miguel <jmiguel.ghp@gmail.com>
---
 sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 7a637d6b5..a93a7fd48 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -794,6 +794,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "M7601RM"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
+			DMI_MATCH(DMI_BOARD_NAME, "MS-17LN"),
+		}
+	},
 	{}
 };
 
-- 
2.54.0

Re: [PATCH] ASoC: amd: yc: Enable internal mic on MSI Bravo 17 C7VF
Posted by Mark Brown 5 days, 14 hours ago
On Mon, Jun 01, 2026 at 03:51:58PM +0100, João Miguel wrote:
> The MSI Bravo 17 C7VF routes its internal digital microphone through
> the ACP6x. The machine driver only enables the DMIC for boards present
> in the DMI quirk table, so on this model the internal mic is never
> detected and no capture device is created.

This doesn't apply against current code, please check and resend.
Re: [PATCH] ASoC: amd: yc: Enable internal mic on MSI Bravo 17 C7VF
Posted by Geraldo Nascimento 5 days, 13 hours ago
Hi João,

On Tue, Jun 2, 2026 at 10:44 AM Mark Brown <broonie@kernel.org> wrote:
>
> On Mon, Jun 01, 2026 at 03:51:58PM +0100, João Miguel wrote:
> > The MSI Bravo 17 C7VF routes its internal digital microphone through
> > the ACP6x. The machine driver only enables the DMIC for boards present
> > in the DMI quirk table, so on this model the internal mic is never
> > detected and no capture device is created.
>
> This doesn't apply against current code, please check and resend.

I see your patch was already applied by Mark in the original thread.

Just a reminder for your next submissions: when resending patches
please mark them clearly as [PATCH RESEND] so that it does not
confuse the maintainers.

Thanks,
Geraldo Nascimento