Searched defs:snd_pcm_str (Results 1 – 1 of 1) sorted by relevance
488 struct snd_pcm_str { struct489 int stream; /* stream (direction) */490 struct snd_pcm *pcm;492 unsigned int substream_count;493 unsigned int substream_opened;494 struct snd_pcm_substream *substream;518 struct snd_pcm_str streams[2]; argument