Merge series "ASoC: Intel: fix cppcheck warnings" from Pierre-Louis Bossart <pierre...
[sfrench/cifs-2.6.git] / sound / soc / intel / haswell / sst-haswell-ipc.h
index fdc70c77e6881a19c50dde50e1563e0c7ee24918..646dbbba327b03c9b173e95b96473a948ed25541 100644 (file)
@@ -414,7 +414,7 @@ int sst_hsw_mixer_get_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel,
 
 /* Stream API */
 struct sst_hsw_stream *sst_hsw_stream_new(struct sst_hsw *hsw, int id,
-       u32 (*get_write_position)(struct sst_hsw_stream *stream, void *data),
+       u32 (*notify_position)(struct sst_hsw_stream *stream, void *data),
        void *data);
 
 int sst_hsw_stream_free(struct sst_hsw *hsw, struct sst_hsw_stream *stream);