]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: soc-component: remove pcm_construct()/pcm_destruct()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 16 Mar 2026 02:27:57 +0000 (02:27 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 16 Mar 2026 13:38:08 +0000 (13:38 +0000)
commit175f733325ac2ce875cafd051980be2d2c06dec9
treeefb998710b3c89acf597b5f659c132ec16f0caf4
parent667fb65f5164e190b3c30c76be113cceb7260bf6
ASoC: soc-component: remove pcm_construct()/pcm_destruct()

All driver have switched to use pcm_new()/pcm_free(), let's remove
pcm_construct()/pcm_destruct().

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/875x6wjyoa.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-component.h
sound/soc/generic/audio-graph-card.c
sound/soc/soc-component.c