[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>
This commit is contained in:
committed by
Jaroslav Kysela
parent
65b29f5039
commit
ceb9e476c8
@@ -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
|
||||
|
Reference in New Issue
Block a user