mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 04:21:03 -04:00
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:
committed by
Mark Brown
parent
ac5b4a24f1
commit
c3d5d331c9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user