diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 0b83168d8ff4..58784105289a 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -1241,7 +1241,9 @@ int snd_soc_of_parse_tdm_slot(struct device_node *np, | |||
1241 | int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, | 1241 | int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, |
1242 | const char *propname); | 1242 | const char *propname); |
1243 | unsigned int snd_soc_of_parse_daifmt(struct device_node *np, | 1243 | unsigned int snd_soc_of_parse_daifmt(struct device_node *np, |
1244 | const char *prefix); | 1244 | const char *prefix, |
1245 | struct device_node **bitclkmaster, | ||
1246 | struct device_node **framemaster); | ||
1245 | int snd_soc_of_get_dai_name(struct device_node *of_node, | 1247 | int snd_soc_of_get_dai_name(struct device_node *of_node, |
1246 | const char **dai_name); | 1248 | const char **dai_name); |
1247 | 1249 | ||