]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: soc-pcm: remove snd_soc_dpcm_stream_{lock/unlock}_irq()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 30 Jul 2024 01:30:51 +0000 (01:30 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 14 Aug 2024 17:21:19 +0000 (18:21 +0100)
commitc8c3d9f8e3ffc3e095159fdfda37038df74efdc5
tree6e0236b5d232068f70ebaf53d0a2832494301f0c
parentbcbbf713061c41f696f47baa4bdcb789a59d4f21
ASoC: soc-pcm: remove snd_soc_dpcm_stream_{lock/unlock}_irq()

soc-pcm.c has snd_soc_dpcm_stream_{lock/unlock}_irq() helper function,
but it is almost nothing help. It just makes a code complex.
Let's remove it.

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