diff mbox series

[7/7] ASoC: SOF: amd: Drop host bridge ID from struct

Message ID 20250217231747.1656228-8-superm1@kernel.org (mailing list archive)
State Accepted
Commit a261d77fec147b9974aacca8ae8f0693feede838
Headers show
Series Adjust all AMD audio drivers to use AMD_NODE | expand

Commit Message

Mario Limonciello Feb. 17, 2025, 11:17 p.m. UTC
From: Mario Limonciello <mario.limonciello@amd.com>

host_bridge_id is no longer used by any of the SoCs as they
all use AMD_NODE to communicate with SMN routers.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 sound/soc/sof/amd/acp.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/sof/amd/acp.h b/sound/soc/sof/amd/acp.h
index 4bfb05d93b25a..d084db34eed8d 100644
--- a/sound/soc/sof/amd/acp.h
+++ b/sound/soc/sof/amd/acp.h
@@ -197,7 +197,6 @@  struct acp_dsp_stream {
 
 struct sof_amd_acp_desc {
 	const char *name;
-	unsigned int host_bridge_id;
 	u32 pgfsm_base;
 	u32 ext_intr_enb;
 	u32 ext_intr_cntl;