From: Venkata Prasad Potturu Date: Mon, 10 Mar 2025 18:31:48 +0000 (+0530) Subject: ASoC: amd: acp: Remove redundant acp70 chip->name X-Git-Tag: v6.15-rc1~173^2~4^2~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3d5d331c96f35c6425f7dcfa5c60cf9a5055d0e;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20250310183201.11979-2-venkataprasad.potturu@amd.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/amd/acp/acp-pci.c b/sound/soc/amd/acp/acp-pci.c index e0fc42d939d3e..dcd92d716e78a 100644 --- a/sound/soc/amd/acp/acp-pci.c +++ b/sound/soc/amd/acp/acp-pci.c @@ -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;