[ALSA] add struct snd_pcm_substream forward declaration
[cascardo/linux.git] / include / sound / pcm.h
index ec006ed..ee6bc2d 100644 (file)
@@ -56,6 +56,8 @@ struct snd_pcm_hardware {
        size_t fifo_size;               /* fifo size in bytes */
 };
 
+struct snd_pcm_substream;
+
 struct snd_pcm_ops {
        int (*open)(struct snd_pcm_substream *substream);
        int (*close)(struct snd_pcm_substream *substream);