Searched defs:snd_pcm_str (Results 1 – 1 of 1) sorted by relevance
489 struct snd_pcm_str { struct490 int stream; /* stream (direction) */491 struct snd_pcm *pcm;493 unsigned int substream_count;494 unsigned int substream_opened;495 struct snd_pcm_substream *substream;519 struct snd_pcm_str streams[2]; argument