]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/sound/soc.h
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)
commit6b5b042d4c675cb9d3446a1cdcaca98e715ba812
tree7ac71e082f82ef4e32b3e4b2e418ede1e6075576
parentc517d838eb7d07bbe9507871fab3931deccff539
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