ASoC: makes snd_soc_set_runtime_hwparams() inline
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 16 Oct 2024 01:35:27 +0000 (01:35 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 17 Oct 2024 11:13:08 +0000 (12:13 +0100)
commit0d3039f4d2f4a79798d97f2ac1a9656b055b561f
treed9042b7a204f4b44dbe60b5406bb7ed1d7ec73ba
parentcab655772416379a925af9ea85769a9d3eecdba0
ASoC: makes snd_soc_set_runtime_hwparams() inline

snd_soc_set_runtime_hwparams() is now doing very simple things.
We can makes it simply inline function, without having EXPORT_SYMBOL_GPL()

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