Commit 97e412fa authored by Russell King's avatar Russell King Committed by Russell King

[ARM] Fix s3c2410 ALSA audio for typedef elimination

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 8a371840
...@@ -31,9 +31,9 @@ struct s3c24xx_iis_ops { ...@@ -31,9 +31,9 @@ struct s3c24xx_iis_ops {
int (*suspend)(struct s3c24xx_iis_ops *me); int (*suspend)(struct s3c24xx_iis_ops *me);
int (*resume)(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 (*open)(struct s3c24xx_iis_ops *me, struct snd_pcm_substream *strm);
int (*close)(struct s3c24xx_iis_ops *me, snd_pcm_substream_t *strm); int (*close)(struct s3c24xx_iis_ops *me, struct snd_pcm_substream *strm);
int (*prepare)(struct s3c24xx_iis_ops *me, snd_pcm_substream_t *strm, snd_pcm_runtime_t *rt); int (*prepare)(struct s3c24xx_iis_ops *me, struct snd_pcm_substream *strm, struct snd_pcm_runtime *rt);
}; };
struct s3c24xx_platdata_iis { struct s3c24xx_platdata_iis {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment