Searched defs:nm256_stream (Results 1 – 2 of 2) sorted by relevance
171 struct nm256_stream { struct173 struct nm256 *chip;174 struct snd_pcm_substream *substream;175 int running;176 int suspended;178 u32 buf; /* offset from chip->buffer */179 int bufsize; /* buffer size in bytes */180 void __iomem *bufptr; /* mapped pointer */181 unsigned long bufptr_addr; /* physical address of the mapped pointer */183 int dma_size; /* buffer size of the substream in bytes */[all …]
173 struct nm256_stream { struct175 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 */[all …]