diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-17 09:10:16 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:20:01 -0500 |
commit | ceb9e476c89f50e9ba7de914bbec2c05e9647915 (patch) | |
tree | de55dca47a4e573d1baa2f2bb6b269613de83590 /sound/arm/aaci.h | |
parent | 65b29f5039b38a5854b5e12238b0688a33e235cc (diff) |
[ALSA] Remove xxx_t typedefs: ARM AACI
Modules: ARM AACI PL041 driver,ARM DMA routines
Remove xxx_t typedefs from the ARM AACI driver.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/arm/aaci.h')
-rw-r--r-- | sound/arm/aaci.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/arm/aaci.h b/sound/arm/aaci.h index b2f969bc7845..83f73c2505c6 100644 --- a/sound/arm/aaci.h +++ b/sound/arm/aaci.h | |||
@@ -207,7 +207,7 @@ struct aaci_runtime { | |||
207 | int pcm_open; | 207 | int pcm_open; |
208 | 208 | ||
209 | u32 cr; | 209 | u32 cr; |
210 | snd_pcm_substream_t *substream; | 210 | struct snd_pcm_substream *substream; |
211 | 211 | ||
212 | /* | 212 | /* |
213 | * PIO support | 213 | * PIO support |
@@ -222,7 +222,7 @@ struct aaci_runtime { | |||
222 | 222 | ||
223 | struct aaci { | 223 | struct aaci { |
224 | struct amba_device *dev; | 224 | struct amba_device *dev; |
225 | snd_card_t *card; | 225 | struct snd_card *card; |
226 | void __iomem *base; | 226 | void __iomem *base; |
227 | unsigned int fifosize; | 227 | unsigned int fifosize; |
228 | 228 | ||
@@ -236,7 +236,7 @@ struct aaci { | |||
236 | struct aaci_runtime playback; | 236 | struct aaci_runtime playback; |
237 | struct aaci_runtime capture; | 237 | struct aaci_runtime capture; |
238 | 238 | ||
239 | snd_pcm_t *pcm; | 239 | struct snd_pcm *pcm; |
240 | }; | 240 | }; |
241 | 241 | ||
242 | #define ACSTREAM_FRONT 0 | 242 | #define ACSTREAM_FRONT 0 |