]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-s3c2410/audio.h
[SCSI] qla2xxx: Error-out during probe() if we're unable to complete HBA initialization.
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-s3c2410 / audio.h
index 65e0acffa1aded6a29bc74bfa148cd20d5f1f838..0a6977fb57701a6f0667ad9a6a802678b6de5c0f 100644 (file)
@@ -31,9 +31,9 @@ struct s3c24xx_iis_ops {
        int     (*suspend)(struct s3c24xx_iis_ops *me);
        int     (*resume)(struct s3c24xx_iis_ops *me);
 
-       int     (*open)(struct s3c24xx_iis_ops *me, snd_pcm_substream_t *strm);
-       int     (*close)(struct s3c24xx_iis_ops *me, snd_pcm_substream_t *strm);
-       int     (*prepare)(struct s3c24xx_iis_ops *me, snd_pcm_substream_t *strm, snd_pcm_runtime_t *rt);
+       int     (*open)(struct s3c24xx_iis_ops *me, struct snd_pcm_substream *strm);
+       int     (*close)(struct s3c24xx_iis_ops *me, struct snd_pcm_substream *strm);
+       int     (*prepare)(struct s3c24xx_iis_ops *me, struct snd_pcm_substream *strm, struct snd_pcm_runtime *rt);
 };
 
 struct s3c24xx_platdata_iis {