aboutsummaryrefslogtreecommitdiffstats
path: root/sound/arm/aaci.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-11-17 09:10:16 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:20:01 -0500
commitceb9e476c89f50e9ba7de914bbec2c05e9647915 (patch)
treede55dca47a4e573d1baa2f2bb6b269613de83590 /sound/arm/aaci.h
parent65b29f5039b38a5854b5e12238b0688a33e235cc (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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/arm/aaci.h b/sound/arm/aaci.h
index b2f969bc784..83f73c2505c 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
223struct aaci { 223struct 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