diff options
author | Mark Brown <broonie@linaro.org> | 2014-02-10 13:31:02 +0000 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-10 13:31:02 +0000 |
commit | 70c90ed7eed0860f0a502112cd26eb3848f91865 (patch) | |
tree | 897474f4838738cddc8a6547aaddd0a5d58a6905 /include/sound | |
parent | 2772555b6c5ba79783c04ea6c60549530d737e2e (diff) | |
parent | 9a6d48605e632e84db2895cf752c65b3c908cd09 (diff) | |
download | op-kernel-dev-70c90ed7eed0860f0a502112cd26eb3848f91865.zip op-kernel-dev-70c90ed7eed0860f0a502112cd26eb3848f91865.tar.gz |
Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-simple
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 9a00147..465dc6e 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -1173,6 +1173,8 @@ void snd_soc_util_exit(void); int snd_soc_of_parse_card_name(struct snd_soc_card *card, const char *propname); +int snd_soc_of_parse_audio_simple_widgets(struct snd_soc_card *card, + const char *propname); int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, const char *propname); unsigned int snd_soc_of_parse_daifmt(struct device_node *np, |