* [PATCH] mfd: Add quirk for MSI Bravo 17 D7VF internal mic
@ 2025-05-28 23:53 Gabriel Santese
2025-05-29 11:18 ` Mark Brown
0 siblings, 1 reply; 4+ messages in thread
From: Gabriel Santese @ 2025-05-28 23:53 UTC (permalink / raw)
To: lgirdwood, broonie, perex, tiwai
Cc: mario.limonciello, venkataprasad.potturu, talhah.peerbhai,
linux-sound, linux-kernel, Gabriel Santese
MSI Bravo 17 (D7VF), like other laptops from the family,
has broken ACPI tables and needs a quirk for internal mic
to work properly.
---
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 3d9da93d22ee..fed150002041 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -444,6 +444,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VEK"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VF"),
+ }
+ },
{
.driver_data = &acp6x_card,
.matches = {
--
2.49.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] mfd: Add quirk for MSI Bravo 17 D7VF internal mic
2025-05-28 23:53 [PATCH] mfd: Add quirk for MSI Bravo 17 D7VF internal mic Gabriel Santese
@ 2025-05-29 11:18 ` Mark Brown
2025-05-30 0:52 ` [PATCH] ASoC: amd: yc: " Gabriel Santese
0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2025-05-29 11:18 UTC (permalink / raw)
To: Gabriel Santese
Cc: lgirdwood, perex, tiwai, mario.limonciello, venkataprasad.potturu,
talhah.peerbhai, linux-sound, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 807 bytes --]
On Thu, May 29, 2025 at 01:53:31AM +0200, Gabriel Santese wrote:
> MSI Bravo 17 (D7VF), like other laptops from the family,
> has broken ACPI tables and needs a quirk for internal mic
> to work properly.
> ---
> sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
> 1 file changed, 7 insertions(+)
You've not provided a Signed-off-by for this so I can't do anything with
it, please see Documentation/process/submitting-patches.rst for details
on what this is and why it's important.
Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic
2025-05-29 11:18 ` Mark Brown
@ 2025-05-30 0:52 ` Gabriel Santese
2025-06-12 15:21 ` Mark Brown
0 siblings, 1 reply; 4+ messages in thread
From: Gabriel Santese @ 2025-05-30 0:52 UTC (permalink / raw)
To: linux-sound; +Cc: Gabriel Santese
MSI Bravo 17 (D7VF), like other laptops from the family,
has broken ACPI tables and needs a quirk for internal mic
to work properly.
Signed-off-by: Gabriel Santese <santesegabriel@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 3d9da93d22ee..fed150002041 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -444,6 +444,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VEK"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VF"),
+ }
+ },
{
.driver_data = &acp6x_card,
.matches = {
--
2.49.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic
2025-05-30 0:52 ` [PATCH] ASoC: amd: yc: " Gabriel Santese
@ 2025-06-12 15:21 ` Mark Brown
0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2025-06-12 15:21 UTC (permalink / raw)
To: linux-sound, Gabriel Santese
On Fri, 30 May 2025 02:52:32 +0200, Gabriel Santese wrote:
> MSI Bravo 17 (D7VF), like other laptops from the family,
> has broken ACPI tables and needs a quirk for internal mic
> to work properly.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic
commit: ba06528ad5a31923efc24324706116ccd17e12d8
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-06-12 15:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-28 23:53 [PATCH] mfd: Add quirk for MSI Bravo 17 D7VF internal mic Gabriel Santese
2025-05-29 11:18 ` Mark Brown
2025-05-30 0:52 ` [PATCH] ASoC: amd: yc: " Gabriel Santese
2025-06-12 15:21 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox