]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: SOF: amd: Drop host bridge ID from struct
authorMario Limonciello <mario.limonciello@amd.com>
Mon, 17 Feb 2025 23:17:47 +0000 (17:17 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 18 Feb 2025 23:15:18 +0000 (23:15 +0000)
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>
sound/soc/sof/amd/acp.h

index 51433010635770e6a9a2e532fb7e2a243b7df53f..a26a3f47ba5356575454fd599239ec7db69f74f6 100644 (file)
@@ -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;