Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dpcm.h502 struct snd_pcm_str { struct
503 int stream; /* stream (direction) */
504 struct snd_pcm *pcm;
506 unsigned int substream_count;
507 unsigned int substream_opened;
508 struct snd_pcm_substream *substream;
534 struct snd_pcm_str streams[2]; argument