]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ASoC: topology: Fix stub for snd_soc_tplg_component_remove()
authorMark Brown <broonie@kernel.org>
Mon, 25 Oct 2021 15:48:44 +0000 (16:48 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 4 Jan 2022 08:48:31 +0000 (09:48 +0100)
commitad7ebaa1d4a6eca19055a26025f23c96a3484b28
treecce522730b92626060179fa7ef4aaf615607c7a9
parent5f73c10352c334be0f4c5a840f62fc900e10db37
ASoC: topology: Fix stub for snd_soc_tplg_component_remove()

BugLink: https://bugs.launchpad.net/bugs/1951822
[ Upstream commit 1198ff12cbdd5f42c032cba1d96ebc7af8024cf9 ]

When removing the index argument from snd_soc_topology_component_remove()
commit a5b8f71c5477f (ASoC: topology: Remove multistep topology loading)
forgot to update the stub for !SND_SOC_TOPOLOGY use, causing build failures
for anything that tries to make use of it.

Fixes: a5b8f71c5477f (ASoC: topology: Remove multistep topology loading)
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20211025154844.2342120-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
include/sound/soc-topology.h