Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dpcm.h489 struct snd_pcm_str { struct
490 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