Home
last modified time | relevance | path

Searched defs:aaci_runtime (Results 1 – 1 of 1) sorted by relevance

/linux/sound/arm/
H A Daaci.h199 struct aaci_runtime { struct
200 void __iomem *base;
201 void __iomem *fifo;
202 spinlock_t lock;
204 struct ac97_pcm *pcm;
205 int pcm_open;
207 u32 cr;
208 struct snd_pcm_substream *substream;
210 unsigned int period; /* byte size of a "period" */
237 struct aaci_runtime playback; argument