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)
commitd3d5c90556301dc1f3afe5a4e1133ddd1f43858b
tree43b533add8ebbc2c5d94e13ad9f8b465abe02219
parent1095e281559d61ed05c1b33aa4c6b305fcc211df
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