Re: [PATCH v2] ASoC: amd: ps: Add support for MSI Crosshair A16 HX

From: Mukunda,Vijendar

Date: Mon May 18 2026 - 04:57:29 EST




On 5/18/26 14:09, Mark Brown wrote:
On Mon, May 18, 2026 at 02:09:55AM +0530, Sidharth Sharma wrote:
The MSI Crosshair A16 HX (D8WFKG) uses a Ryzen 9 8940HX processor,
which identifies with ACP PCI revision 0x62. This revision is currently
unlisted in the Pink Sardine driver, causing the probe to return -ENODEV.
@@ -587,6 +605,7 @@ static int snd_acp63_probe(struct pci_dev *pci,
/* ACP PCI revision id check for ACP6.3, ACP7.0 & ACP7.1 platforms */
switch (pci->revision) {
+ case ACP62_PCI_REV:
case ACP63_PCI_REV:
case ACP70_PCI_REV:
case ACP71_PCI_REV:
Don't we also need an update to acp_hw_init_ops()?
This patch should be dropped. ACP PCI rev id:0x62 support is included
in sound/soc/amd/yc folder.  Code changes related to any new platform
addition for ACP PCI rev id 0x62 should be included in yc folder.