aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 2b502f6cc6d0..838e03778b58 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -1668,13 +1668,8 @@ void snd_soc_of_parse_audio_prefix_from_node(struct snd_soc_card *card,
1668 struct snd_soc_codec_conf *codec_conf, 1668 struct snd_soc_codec_conf *codec_conf,
1669 struct device_node *of_node, 1669 struct device_node *of_node,
1670 const char *propname); 1670 const char *propname);
1671 1671int snd_soc_of_parse_audio_routing(struct snd_soc_card *card,
1672#define snd_soc_of_parse_audio_routing(card, propname) \ 1672 const char *propname);
1673 snd_soc_of_parse_audio_routing_from_node(card, NULL, propname)
1674int snd_soc_of_parse_audio_routing_from_node(struct snd_soc_card *card,
1675 struct device_node *np,
1676 const char *propname);
1677
1678unsigned int snd_soc_of_parse_daifmt(struct device_node *np, 1673unsigned int snd_soc_of_parse_daifmt(struct device_node *np,
1679 const char *prefix, 1674 const char *prefix,
1680 struct device_node **bitclkmaster, 1675 struct device_node **bitclkmaster,