Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dpcm.h499 struct snd_pcm_str { struct
500 int stream; /* stream (direction) */
501 struct snd_pcm *pcm;
503 unsigned int substream_count;
504 unsigned int substream_opened;
505 struct snd_pcm_substream *substream;
531 struct snd_pcm_str streams[2]; argument