net: sched: fix action overwrite reference counting
[linux-2.6-microblaze.git] / include / sound / sof.h
index 9aa0552..646a655 100644 (file)
@@ -100,6 +100,8 @@ struct sof_dev_desc {
        const struct snd_sof_dsp_ops *ops;
 };
 
-int sof_nocodec_setup(struct device *dev,
-                     const struct snd_sof_dsp_ops *ops);
+int sof_nocodec_setup(struct device *dev, const struct snd_sof_dsp_ops *ops,
+                     int (*pcm_dai_link_fixup)(struct snd_soc_pcm_runtime *rtd,
+                                               struct snd_pcm_hw_params *params));
+
 #endif