Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: amd: acp: PX13 ACP70 config and machine quirks
@ 2026-03-08 15:16 hasunpark
  2026-03-08 15:16 ` [PATCH 1/3] ASoC: amd: acp: add DMI override for ACP70 flag hasunpark
                   ` (4 more replies)
  0 siblings, 5 replies; 28+ messages in thread
From: hasunpark @ 2026-03-08 15:16 UTC (permalink / raw)
  To: linux-sound
  Cc: Vijendar.Mukunda, venkataprasad.potturu, lgirdwood, broonie,
	perex, tiwai, linux-kernel, Hasun Park

From: Hasun Park <hasunpark@gmail.com>

Hi,

This series adds ACP70 platform quirks for ASUS ProArt PX13
(HN7306EA/HN7306EAC).

The goal is to keep platform selection on the expected SoundWire path and
add the required ACP70 machine/quirk entries for this board family.

Baseline (without this series):
  $ cat /proc/asound/cards
   0 [Generic        ]: HDA-Intel - HD-Audio Generic
                        HD-Audio Generic at 0xa0440000 irq 160
   1 [acppdmmach     ]: acp-pdm-mach - acp-pdm-mach
                        ASUSTeKCOMPUTERINC.-ProArtPX13HN7306EAC-1.0-HN7306EAC

Result (with this series applied):
  $ cat /proc/asound/cards
   0 [Generic        ]: HDA-Intel - HD-Audio Generic
   1 [amdsoundwire   ]: amd-soundwire - amd-soundwire

  $ aplay -l
   card 1: amdsoundwire [amd-soundwire], device 0: ... rt721 ...
   card 1: amdsoundwire [amd-soundwire], device 2: ... SmartAmp ...

  $ arecord -l
   card 1: amdsoundwire [amd-soundwire], device 1: ... rt721 ...
   card 1: amdsoundwire [amd-soundwire], device 3: ... SmartAmp ...
   card 1: amdsoundwire [amd-soundwire], device 4: ... acp-dmic ...

Patch summary:
  1. Add DMI override for ACP70 ACPI config flag handling.
  2. Add ACP70 SoundWire machine link for rt721 + tas2783x2.
  3. Add ASUS HN7306EA quirk in legacy SDW machine table.

Hasun Park (3):
  ASoC: amd: acp: add DMI override for ACP70 flag
  ASoC: amd: acp: add PX13 SoundWire machine link for rt721+tas2783x2
  ASoC: amd: acp: add ASUS HN7306EA quirk for legacy SDW machine

 sound/soc/amd/acp-config.c               | 15 +++++-
 sound/soc/amd/acp/acp-sdw-legacy-mach.c  |  8 ++++
 sound/soc/amd/acp/amd-acp70-acpi-match.c | 61 ++++++++++++++++++++++++
 3 files changed, 83 insertions(+), 1 deletion(-)


base-commit: 5b12bef92c1dca68a0e6ae42f6c51dfafb58e322
-- 
2.53.0

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

end of thread, other threads:[~2026-03-20 14:37 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-08 15:16 [PATCH 0/3] ASoC: amd: acp: PX13 ACP70 config and machine quirks hasunpark
2026-03-08 15:16 ` [PATCH 1/3] ASoC: amd: acp: add DMI override for ACP70 flag hasunpark
2026-03-09  5:33   ` Mukunda,Vijendar
2026-03-09 11:34     ` Mark Brown
2026-03-09 15:31       ` Mario Limonciello
2026-03-09 15:48         ` Mark Brown
2026-03-08 15:16 ` [PATCH 2/3] ASoC: amd: acp: add PX13 SoundWire machine link for rt721+tas2783x2 hasunpark
2026-03-08 15:16 ` [PATCH 3/3] ASoC: amd: acp: add ASUS HN7306EA quirk for legacy SDW machine hasunpark
2026-03-09  5:37   ` Mukunda,Vijendar
2026-03-11 17:21     ` Mark Brown
2026-03-11 17:32       ` Mukunda,Vijendar
2026-03-12  6:49         ` Mukunda,Vijendar
2026-03-12 13:06           ` Mark Brown
2026-03-15 20:20             ` Eric Naim
2026-03-15 23:53               ` Mark Brown
2026-03-16  2:30                 ` Mario Limonciello
2026-03-16  3:50                   ` Eric Naim
2026-03-16 15:46           ` Hasun Park
2026-03-17  4:00             ` Mukunda,Vijendar
2026-03-17 17:04               ` Mukunda,Vijendar
2026-03-17 17:22                 ` Hasun Park
2026-03-19 16:33   ` [PATCH v2] " Hasun Park
2026-03-19 16:35     ` Mark Brown
2026-03-20 12:53     ` Mark Brown
2026-03-16  0:14 ` (subset) [PATCH 0/3] ASoC: amd: acp: PX13 ACP70 config and machine quirks Mark Brown
2026-03-16 16:47   ` Hasun Park
2026-03-16 17:45     ` Mark Brown
2026-03-16 17:52 ` Mark Brown

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