* [PATCH] ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list
@ 2026-01-17 15:09 Anatolii Shirykalov
2026-01-19 12:49 ` Mark Brown
0 siblings, 1 reply; 4+ messages in thread
From: Anatolii Shirykalov @ 2026-01-17 15:09 UTC (permalink / raw)
To: lgirdwood, broonie; +Cc: linux-sound
Add ASUS ExpertBook PM1503CDA to the DMI quirks table to enable
internal DMIC support via the ACP6x machine driver.
Signed-off-by: Anatolii Shirykalov <pipocavsobake@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 123456789abc..def012345678 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -300,6 +300,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
}
},
{
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "ASUS EXPERTBOOK PM1503CDA"),
+ }
+ },
+ {
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list
2026-01-17 15:09 Anatolii Shirykalov
@ 2026-01-19 12:49 ` Mark Brown
0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2026-01-19 12:49 UTC (permalink / raw)
To: Anatolii Shirykalov; +Cc: lgirdwood, linux-sound
[-- Attachment #1: Type: text/plain, Size: 674 bytes --]
On Sat, Jan 17, 2026 at 04:09:49PM +0100, Anatolii Shirykalov wrote:
> Add ASUS ExpertBook PM1503CDA to the DMI quirks table to enable
> internal DMIC support via the ACP6x machine driver.
> + .driver_data = &acp6x_card,
> + .matches = {
> + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "ASUS EXPERTBOOK PM1503CDA"),
> + }
> + },
> + {
> .driver_data = &acp6x_card,
Your mail client has corrupted the mail, it looks like it squashed out
all spaces, so I can't do anything with this. If you're having trouble
with configuring mail then b4 has a web API submission feature that can
help:
https://b4.docs.kernel.org/en/latest/
[-- 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 ASUS ExpertBook PM1503CDA to quirks list
@ 2026-01-19 14:56 Anatolii Shirykalov
2026-01-20 19:21 ` Mark Brown
0 siblings, 1 reply; 4+ messages in thread
From: Anatolii Shirykalov @ 2026-01-19 14:56 UTC (permalink / raw)
To: broonie; +Cc: linux-sound, Anatolii Shirykalov
Add ASUS ExpertBook PM1503CDA to the DMI quirks table to enable
internal DMIC support via the ACP6x machine driver.
Signed-off-by: Anatolii Shirykalov <pipocavsobake@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 123456789abc..def012345678 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -300,6 +300,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
}
},
{
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "ASUS EXPERTBOOK PM1503CDA"),
+ }
+ },
+ {
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list
2026-01-19 14:56 [PATCH] ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list Anatolii Shirykalov
@ 2026-01-20 19:21 ` Mark Brown
0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2026-01-20 19:21 UTC (permalink / raw)
To: Anatolii Shirykalov; +Cc: linux-sound
On Mon, 19 Jan 2026 15:56:18 +0100, Anatolii Shirykalov wrote:
> Add ASUS ExpertBook PM1503CDA to the DMI quirks table to enable
> internal DMIC support via the ACP6x machine driver.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list
commit: 018b211b1d321a52ed8d8de74ce83ce52a2e1224
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:[~2026-01-20 19:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-19 14:56 [PATCH] ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list Anatolii Shirykalov
2026-01-20 19:21 ` Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2026-01-17 15:09 Anatolii Shirykalov
2026-01-19 12:49 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox