All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12
@ 2023-05-05 16:14 Tim Crawford
  2023-05-08 13:27 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Crawford @ 2023-05-05 16:14 UTC (permalink / raw)
  To: alsa-devel; +Cc: broonie, productdev, Jeremy Soller, Tim Crawford

From: Jeremy Soller <jeremy@system76.com>

Add pang12 quirk to enable the internal microphone.

Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.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 b9958e555367..84b401b685f7 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -297,6 +297,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "8A22"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "System76"),
+			DMI_MATCH(DMI_PRODUCT_VERSION, "pang12"),
+		}
+	},
 	{}
 };
 
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12
  2023-05-05 16:14 [PATCH] ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12 Tim Crawford
@ 2023-05-08 13:27 ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2023-05-08 13:27 UTC (permalink / raw)
  To: alsa-devel, Tim Crawford; +Cc: productdev, Jeremy Soller

On Fri, 05 May 2023 10:14:58 -0600, Tim Crawford wrote:
> Add pang12 quirk to enable the internal microphone.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12
      commit: 7b9891ad25246b18b5ccc19518da7abc7763aa0a

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] 3+ messages in thread

* [PATCH] ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12
@ 2023-05-05 16:14 Tim Crawford via Alsa-devel
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Crawford via Alsa-devel @ 2023-05-05 16:14 UTC (permalink / raw)
  To: alsa-devel; +Cc: broonie, productdev, Jeremy Soller, Tim Crawford


[-- Attachment #0: Type: message/rfc822, Size: 6669 bytes --]

From: Tim Crawford <tcrawford@system76.com>
To: alsa-devel@alsa-project.org
Cc: broonie@kernel.org, productdev@system76.com, Jeremy Soller <jeremy@system76.com>, Tim Crawford <tcrawford@system76.com>
Subject: [PATCH] ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12
Date: Fri,  5 May 2023 10:14:58 -0600
Message-ID: <20230505161458.19676-1-tcrawford@system76.com>

From: Jeremy Soller <jeremy@system76.com>

Add pang12 quirk to enable the internal microphone.

Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.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 b9958e555367..84b401b685f7 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -297,6 +297,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "8A22"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "System76"),
+			DMI_MATCH(DMI_PRODUCT_VERSION, "pang12"),
+		}
+	},
 	{}
 };
 
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-08 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 16:14 [PATCH] ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12 Tim Crawford
2023-05-08 13:27 ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2023-05-05 16:14 Tim Crawford via Alsa-devel

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.