Searched defs:snd_pcm_str (Results 1 – 1 of 1) sorted by relevance
421 struct snd_pcm_str { struct422 int stream; /* stream (direction) */423 struct snd_pcm *pcm;425 unsigned int substream_count;426 unsigned int substream_opened;427 struct snd_pcm_substream *substream;451 struct snd_pcm_str streams[2]; argument