All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wim Van Boven <wimvanboven@gmail.com>
To: unlisted-recipients:; (no To-header on input)
Cc: wimvanboven@gmail.com, Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>,
	Mario Limonciello <mario.limonciello@amd.com>,
	syed sabakareem <Syed.SabaKareem@amd.com>,
	Leohearts <leohearts@leohearts.com>,
	Brent Mendelsohn <mendiebm@gmail.com>,
	Xiaoyan Li <lxy.lixiaoyan@gmail.com>, linkt <xazrael@hotmail.com>,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: [PATCH] ASoC: amd: yc: Add Razer Blade 14 2022 into DMI table
Date: Fri, 16 Dec 2022 09:18:27 +0100	[thread overview]
Message-ID: <20221216081828.12382-1-wimvanboven@gmail.com> (raw)

Razer Blade 14 (2022) - RZ09-0427 needs the quirk to enable the built in microphone

Signed-off-by: Wim Van Boven <wimvanboven@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 1f0b5527c594..469c5e79e0ea 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -220,6 +220,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Redmi Book Pro 14 2022"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "Razer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Blade 14 (2022) - RZ09-0427"),
+		}
+	},
 	{}
 };
 
-- 
2.38.1


             reply	other threads:[~2022-12-16  8:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-16  8:18 Wim Van Boven [this message]
2022-12-16 15:09 ` [PATCH] ASoC: amd: yc: Add Razer Blade 14 2022 into DMI table Limonciello, Mario
2022-12-16 15:09   ` Limonciello, Mario
2022-12-26 23:33 ` Mark Brown
2022-12-26 23:33   ` Mark Brown

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=20221216081828.12382-1-wimvanboven@gmail.com \
    --to=wimvanboven@gmail.com \
    --cc=Syed.SabaKareem@amd.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=leohearts@leohearts.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lxy.lixiaoyan@gmail.com \
    --cc=mario.limonciello@amd.com \
    --cc=mendiebm@gmail.com \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    --cc=xazrael@hotmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.