Skip to content

Commit c3d5d33

Browse files
Venkata-Prasad-Potturubroonie
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent ac5b4a2 commit c3d5d33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sound/soc/amd/acp/acp-pci.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ static int acp_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id
8989
chip->name = "acp_asoc_acp63";
9090
break;
9191
case 0x70:
92-
chip->name = "acp_asoc_acp70";
93-
break;
9492
case 0x71:
9593
chip->name = "acp_asoc_acp70";
9694
break;

0 commit comments

Comments
 (0)