]> err.no Git - linux-2.6/blobdiff - include/asm-arm/arch-pxa/audio.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / include / asm-arm / arch-pxa / audio.h
index 60976f830e3f659dfa88c2ca8c9ae2db0b1fff19..17eccd72013650e2bf93ee0e904add87114bd052 100644 (file)
@@ -6,8 +6,8 @@
 #include <sound/pcm.h>
 
 typedef struct {
-       int (*startup)(snd_pcm_substream_t *, void *);
-       void (*shutdown)(snd_pcm_substream_t *, void *);
+       int (*startup)(struct snd_pcm_substream *, void *);
+       void (*shutdown)(struct snd_pcm_substream *, void *);
        void (*suspend)(void *);
        void (*resume)(void *);
        void *priv;