diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 12:06:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 12:06:38 +0100 |
commit | 556d8b55d083ad487067680feaf179664172bd4e (patch) | |
tree | 36005d676bd1b7aeb4f3ff7dcda3f22bde051161 /include/sound/soc.h | |
parent | Merge remote-tracking branch 'asoc/topic/mxs' into asoc-next (diff) | |
parent | ASoC: clock gating is decided by bool on snd_soc_of_parse_daifmt() (diff) | |
download | linux-556d8b55d083ad487067680feaf179664172bd4e.tar.xz linux-556d8b55d083ad487067680feaf179664172bd4e.zip |
Merge remote-tracking branch 'asoc/topic/of' into asoc-next
Diffstat (limited to 'include/sound/soc.h')
-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 c76d0242c2a8..a6a059ca3874 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -1171,6 +1171,8 @@ int snd_soc_of_parse_card_name(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, + const char *prefix); #include <sound/soc-dai.h> |