Lines Matching defs:nm256_stream
173 struct nm256_stream { struct
175 struct nm256 *chip;
176 struct snd_pcm_substream *substream;
177 int running;
178 int suspended;
180 u32 buf; /* offset from chip->buffer */
181 int bufsize; /* buffer size in bytes */
182 void __iomem *bufptr; /* mapped pointer */
183 unsigned long bufptr_addr; /* physical address of the mapped pointer */
185 int dma_size; /* buffer size of the substream in bytes */
186 int period_size; /* period size in bytes */
187 int periods; /* # of periods */
188 int shift; /* bit shifts */
189 int cur_period; /* current period # */