Home
last modified time | relevance | path

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

/linux-3.3/include/sound/
Dpcm.h421 struct snd_pcm_str { struct
422 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