Linux Sound subsystem development
 help / color / mirror / Atom feed
From: David Lawrence Glanzman <davidglanzman@yahoo.com>
To: broonie@kernel.org
Cc: linux-sound@vger.kernel.org
Subject: [PATCH] ASoC: amd: yc: Add quirk for HP Dragonfly pro one
Date: Tue, 17 Sep 2024 00:44:08 -0400	[thread overview]
Message-ID: <3f76bbebff9e4f94a90bb5789fd0ca2a67d839c6.camel@yahoo.com> (raw)
In-Reply-To: <229243264.8919425.1726551100908@mail.yahoo.com>

Adds a quirk entry to enable the mic on HP Dragonfly pro one laptop

Signed-off-by: David Lawrence Glanzman <davidglanzman@yahoo.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 06349bf0b658..ace6328e91e3 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_BOARD_NAME, "8A3E"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
+			DMI_MATCH(DMI_BOARD_NAME, "8A7F"),
+		}
+	},
 	{
 		.driver_data = &acp6x_card,
 		.matches = {
-- 
2.43.0

  parent reply	other threads:[~2024-09-18 23:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <229243264.8919425.1726551100908.ref@mail.yahoo.com>
2024-09-17  5:31 ` [PATCH] ASoC: amd: yc: Add quirk for HP Dragonfly pro one David Glanzman
2024-09-17  4:44   ` David Lawrence Glanzman
2024-09-19 11:01     ` Mark Brown
2024-09-17  4:44   ` David Lawrence Glanzman [this message]
2024-09-17  9:02   ` Mark Brown
2024-09-17 15:10     ` David Lawrence Glanzman
2024-09-17 15:40   ` David Lawrence Glanzman
2024-09-18  8:54     ` Mark Brown
2024-09-18 23:03       ` David Lawrence Glanzman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3f76bbebff9e4f94a90bb5789fd0ca2a67d839c6.camel@yahoo.com \
    --to=davidglanzman@yahoo.com \
    --cc=broonie@kernel.org \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox