ASoC: amd: acp: Remove redundant acp70 chip->name

As acp71 platform driver uses acp70 platform driver, remove the
redundant chip->name.

Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://patch.msgid.link/20250310183201.11979-2-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Venkata Prasad Potturu
2025-03-11 00:01:48 +05:30
committed by Mark Brown
parent ac5b4a24f1
commit c3d5d331c9

View File

@@ -89,8 +89,6 @@ static int acp_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id
chip->name = "acp_asoc_acp63";
break;
case 0x70:
chip->name = "acp_asoc_acp70";
break;
case 0x71:
chip->name = "acp_asoc_acp70";
break;