Home
last modified time | relevance | path

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

/include/sound/
Dpcm.h492 struct snd_pcm_str { struct
493 int stream; /* stream (direction) */
494 struct snd_pcm *pcm;
496 unsigned int substream_count;
497 unsigned int substream_opened;
498 struct snd_pcm_substream *substream;
522 struct snd_pcm_str streams[2]; argument