Home
last modified time | relevance | path

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

/linux-3.3/sound/arm/
Daaci.h202 struct aaci_runtime { struct
203 void __iomem *base;
204 void __iomem *fifo;
205 spinlock_t lock;
207 struct ac97_pcm *pcm;
208 int pcm_open;
210 u32 cr;
211 struct snd_pcm_substream *substream;
213 unsigned int period; /* byte size of a "period" */
240 struct aaci_runtime playback; argument