Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] Support microphone from Acer Aspire A315-24P
@ 2024-04-12  7:52 end.to.start
  0 siblings, 0 replies; 4+ messages in thread
From: end.to.start @ 2024-04-12  7:52 UTC (permalink / raw)
  To: broonie, linux-kernel; +Cc: linux-sound, end.to.start

Signed-off-by: end.to.start <end.to.start@mail.ru>
---
 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 69c68d8e7a6b54fc1fcfc3fac3a73d58403071f5..1760b5d42460afe83f3d50dbcdd73daf9455fc12 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -430,6 +430,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "MDC"),
+			DMI_MATCH(DMI_BOARD_NAME, "Herbag_MDU"),
+		}
+	},
 	{
 		.driver_data = &acp6x_card,
 		.matches = {
-- 
2.44.0


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

* [PATCH] Support microphone from Acer Aspire A315-24P
@ 2024-04-12  7:54 end.to.start
  0 siblings, 0 replies; 4+ messages in thread
From: end.to.start @ 2024-04-12  7:54 UTC (permalink / raw)
  To: broonie, linux-kernel; +Cc: linux-sound, end.to.start

Add support microphone from Acer Aspire A315-24P and for some other similar devices with such vendor

Signed-off-by: end.to.start <end.to.start@mail.ru>
---
 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 69c68d8e7a6b54fc1fcfc3fac3a73d58403071f5..1760b5d42460afe83f3d50dbcdd73daf9455fc12 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -430,6 +430,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "MDC"),
+			DMI_MATCH(DMI_BOARD_NAME, "Herbag_MDU"),
+		}
+	},
 	{
 		.driver_data = &acp6x_card,
 		.matches = {
-- 
2.44.0


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

* [PATCH] Support microphone from Acer Aspire A315-24P
@ 2024-04-12  7:55 end.to.start
  2024-04-17  0:12 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: end.to.start @ 2024-04-12  7:55 UTC (permalink / raw)
  To: broonie, linux-kernel; +Cc: linux-sound, end.to.start

Add support microphone from Acer Aspire A315-24P and for some other similar devices with such vendor

Signed-off-by: end.to.start <end.to.start@mail.ru>
---
 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 69c68d8e7a6b54fc1fcfc3fac3a73d58403071f5..1760b5d42460afe83f3d50dbcdd73daf9455fc12 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -430,6 +430,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "MDC"),
+			DMI_MATCH(DMI_BOARD_NAME, "Herbag_MDU"),
+		}
+	},
 	{
 		.driver_data = &acp6x_card,
 		.matches = {
-- 
2.44.0


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

* Re: [PATCH] Support microphone from Acer Aspire A315-24P
  2024-04-12  7:55 end.to.start
@ 2024-04-17  0:12 ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2024-04-17  0:12 UTC (permalink / raw)
  To: linux-kernel, end.to.start; +Cc: linux-sound

On Fri, 12 Apr 2024 10:55:33 +0300, end.to.start wrote:
> Add support microphone from Acer Aspire A315-24P and for some other similar devices with such vendor
> 
> 

Applied to

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

Thanks!

[1/1] Support microphone from Acer Aspire A315-24P
      commit: c21614d5c0e76cf1d7a864f15d495fd3e5876acc

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:[~2024-04-17  0:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-12  7:54 [PATCH] Support microphone from Acer Aspire A315-24P end.to.start
  -- strict thread matches above, loose matches on Subject: below --
2024-04-12  7:55 end.to.start
2024-04-17  0:12 ` Mark Brown
2024-04-12  7:52 end.to.start

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox