Unverified Commit 76dd5675 authored by Syed Saba Kareem's avatar Syed Saba Kareem Committed by Mark Brown
Browse files

ASoC: amd: create platform device for acp6.2 machine driver

parent 1e436648
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#define ACP_DEVICE_ID 0x15E2
#define ACP6x_REG_START		0x1240000
#define ACP6x_REG_END		0x1250200
#define ACP6x_DEVS		2
#define ACP6x_DEVS		3
#define ACP6x_PDM_MODE		1

#define ACP_SOFT_RESET_SOFTRESET_AUDDONE_MASK	0x00010001
+4 −0
Original line number Diff line number Diff line
@@ -233,6 +233,10 @@ static int snd_acp62_probe(struct pci_dev *pci,
			pdevinfo[1].id = 0;
			pdevinfo[1].parent = &pci->dev;

			pdevinfo[2].name = "acp_ps_mach";
			pdevinfo[2].id = 0;
			pdevinfo[2].parent = &pci->dev;

			for (index = 0; index < ACP6x_DEVS; index++) {
				adata->pdev[index] =
					platform_device_register_full(&pdevinfo[index]);