]> 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)
commit836fdf63b3fc61f20dea8531ff9074cb50b236fd
tree7ac71e082f82ef4e32b3e4b2e418ede1e6075576
parentb7d65746744b343701de14ca433982a3229390be
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