diff options
| author | Mario Limonciello <mario.limonciello@amd.com> | 2025-02-17 17:17:47 -0600 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-02-18 23:15:18 +0000 |
| commit | a261d77fec147b9974aacca8ae8f0693feede838 (patch) | |
| tree | 62f1dbfb574d973d4ef9cb5a971439e19b86bdc2 | |
| parent | 40d05927830227f2a1701c61e8bbe65287a03490 (diff) | |
ASoC: SOF: amd: Drop host bridge ID from struct
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>
Link: https://patch.msgid.link/20250217231747.1656228-8-superm1@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/sof/amd/acp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sof/amd/acp.h b/sound/soc/sof/amd/acp.h index 514330106357..a26a3f47ba53 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; |
