diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-17 15:10:16 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 12:20:01 +0100 |
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 { int pcm_open; u32 cr; - snd_pcm_substream_t *substream; + struct snd_pcm_substream *substream; /* * PIO support @@ -222,7 +222,7 @@ struct aaci_runtime { struct aaci { struct amba_device *dev; - snd_card_t *card; + struct snd_card *card; void __iomem *base; unsigned int fifosize; @@ -236,7 +236,7 @@ struct aaci { struct aaci_runtime playback; struct aaci_runtime capture; - snd_pcm_t *pcm; + struct snd_pcm *pcm; }; #define ACSTREAM_FRONT 0 |