Searched defs:aaci_runtime (Results 1 – 1 of 1) sorted by relevance
202 struct aaci_runtime { struct203 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