]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: arizona: Move notifier functions to header and make inline
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Thu, 10 Nov 2016 15:24:14 +0000 (15:24 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 10 Nov 2016 16:20:24 +0000 (16:20 +0000)
commit3f1e7c41eacd35d6e50382c4f5022d781e57b40b
tree43b533add8ebbc2c5d94e13ad9f8b465abe02219
parentb45794478f035739b3e058b54f4f0c303bb0f38a
ASoC: arizona: Move notifier functions to header and make inline

These functions are very thin wrappers around core functions, so they
make sense as inline functions.  Also making them inline avoids build
issues in the case where the machine driver is built in but the CODEC
is built as a module.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/arizona.c
sound/soc/codecs/arizona.h