Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dpcm.h483 struct snd_pcm_str { struct
484 int stream; /* stream (direction) */
485 struct snd_pcm *pcm;
487 unsigned int substream_count;
488 unsigned int substream_opened;
489 struct snd_pcm_substream *substream;
513 struct snd_pcm_str streams[2]; argument