Searched defs:audiopipe (Results 1 – 1 of 1) sorted by relevance
327 struct audiopipe { struct328 volatile u32 *dma_counter; /* Commpage register that contains332 u32 last_counter; /* The last position, which is used335 u32 position; /* ...the number of bytes tranferred339 short index; /* Index of the first channel or <0342 short interleave;343 struct snd_dma_buffer sgpage; /* Room for the scatter-gather list */344 struct snd_pcm_hardware hw;345 struct snd_pcm_hw_constraint_list constr;346 short sglist_head;[all …]