linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-arm / arch-pxa / audio.h
index 17eccd7..60976f8 100644 (file)
@@ -6,8 +6,8 @@
 #include <sound/pcm.h>
 
 typedef struct {
-       int (*startup)(struct snd_pcm_substream *, void *);
-       void (*shutdown)(struct snd_pcm_substream *, void *);
+       int (*startup)(snd_pcm_substream_t *, void *);
+       void (*shutdown)(snd_pcm_substream_t *, void *);
        void (*suspend)(void *);
        void (*resume)(void *);
        void *priv;