]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Make snd_soc_dapm_kcontrol_codec() inline
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 15 Mar 2015 09:27:20 +0000 (10:27 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 16 Mar 2015 11:40:24 +0000 (11:40 +0000)
commit03bf05490329156b6f99f5174ccb0d159e15818c
tree7ac71e082f82ef4e32b3e4b2e418ede1e6075576
parent9cbe621030a9cce16d27329dac74fd4b1c1d9412
ASoC: Make snd_soc_dapm_kcontrol_codec() inline

snd_soc_dapm_kcontrol_codec() is a extremely simple function and inlining it
typically results in less code than necessary for calling the non-inlined
version of the function.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dapm.h
include/sound/soc.h
sound/soc/soc-dapm.c