Searched defs:snd_pcm_str (Results 1 – 1 of 1) sorted by relevance
495 struct snd_pcm_str { struct496 int stream; /* stream (direction) */497 struct snd_pcm *pcm;499 unsigned int substream_count;500 unsigned int substream_opened;501 struct snd_pcm_substream *substream;525 struct snd_pcm_str streams[2]; argument
Completed in 11 milliseconds