]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: arizona: Add new common Arizona init function
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 4 Sep 2017 15:41:48 +0000 (16:41 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 19 Sep 2017 14:57:56 +0000 (15:57 +0100)
commit9e3f9f36a6f40bb6ba9b3844d709314121e4c106
treec711b1d47efdbe03f169ef86e7ea51c3cbc59a5f
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
ASoC: arizona: Add new common Arizona init function

Currently the driver has quite a few small initialisation functions, in
preparation for some refactoring add a new function arizona_init_common.
This will be used bus probe level initialisation that is common across
Arizona devices. For now just move the notifier chain initialisation in
there.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/arizona.c
sound/soc/codecs/arizona.h
sound/soc/codecs/cs47l24.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c
sound/soc/codecs/wm8997.c
sound/soc/codecs/wm8998.c