ASoC: arizona: Add handling for audio related device tree entries
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 4 Sep 2017 15:41:49 +0000 (16:41 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 19 Sep 2017 14:57:59 +0000 (15:57 +0100)
commit0a229b15d99e0a9761f9672f4ff7efeb18ce0ea1
tree081b95808e20da9f428f107382c15cc1681c64cc
parent9e3f9f36a6f40bb6ba9b3844d709314121e4c106
ASoC: arizona: Add handling for audio related device tree entries

Currently all the audio related device tree entries are handled by the
MFD code, for most parts of the Arizona driver we group the device
tree handling with the component that uses it and should do so here as
well.

Add handling in the ASoC code for the audio device tree entries, a
later patch removes the MFD side handling but there is no harm in it
being duplicated temporarily.

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