Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/nm256/
H A Dnm256.c171 struct nm256_stream { struct
173 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 */
185 int periods; /* # of periods */
186 int shift; /* bit shifts */
[all …]