]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: soc-pcm: no need to check dpcm->fe on dpcm_be_connect()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 12 Feb 2025 02:23:20 +0000 (02:23 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 16 Feb 2025 23:51:00 +0000 (23:51 +0000)
commit11c1967f1a796bf2ff56a7118147f1d39d9f5ee0
tree9f6525b11bdda3f6528ca2ade5f9db2e668946a9
parent74e0fcbd705d4277267311f8f26a00bb8ce93820
ASoC: soc-pcm: no need to check dpcm->fe on dpcm_be_connect()

All dpcm from for_each_dpcm_be(fe, ...) loop has same fe
(that is the reason to connected to this list). We don't need to
check (dpcm->fe == fe) in this loop.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87wmdvyk87.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-pcm.c