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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index bc56738cb109..a6a059ca3874 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -906,8 +906,8 @@ struct snd_soc_dai_link {
906 struct snd_pcm_hw_params *params); 906 struct snd_pcm_hw_params *params);
907 907
908 /* machine stream operations */ 908 /* machine stream operations */
909 struct snd_soc_ops *ops; 909 const struct snd_soc_ops *ops;
910 struct snd_soc_compr_ops *compr_ops; 910 const struct snd_soc_compr_ops *compr_ops;
911}; 911};
912 912
913struct snd_soc_codec_conf { 913struct snd_soc_codec_conf {
@@ -1171,6 +1171,8 @@ int snd_soc_of_parse_card_name(struct snd_soc_card *card,
1171 const char *propname); 1171 const char *propname);
1172int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, 1172int snd_soc_of_parse_audio_routing(struct snd_soc_card *card,
1173 const char *propname); 1173 const char *propname);
1174unsigned int snd_soc_of_parse_daifmt(struct device_node *np,
1175 const char *prefix);
1174 1176
1175#include <sound/soc-dai.h> 1177#include <sound/soc-dai.h>
1176 1178