diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2017-09-04 17:41:49 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-19 16:57:59 +0200 |
commit | 0a229b15d99e0a9761f9672f4ff7efeb18ce0ea1 (patch) | |
tree | 081b95808e20da9f428f107382c15cc1681c64cc /sound/soc/codecs/arizona.h | |
parent | ASoC: arizona: Add new common Arizona init function (diff) | |
download | linux-0a229b15d99e0a9761f9672f4ff7efeb18ce0ea1.tar.xz linux-0a229b15d99e0a9761f9672f4ff7efeb18ce0ea1.zip |
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>
Diffstat (limited to 'sound/soc/codecs/arizona.h')
-rw-r--r-- | sound/soc/codecs/arizona.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/arizona.h b/sound/soc/codecs/arizona.h index 292073ca3bd9..2d198fb2ce97 100644 --- a/sound/soc/codecs/arizona.h +++ b/sound/soc/codecs/arizona.h @@ -351,4 +351,6 @@ static inline int arizona_unregister_notifier(struct snd_soc_codec *codec, return blocking_notifier_chain_unregister(&arizona->notifier, nb); } +int arizona_of_get_audio_pdata(struct arizona *arizona); + #endif |