Home
last modified time | relevance | path

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

/linux-6.8/include/sound/
Dpcm.h500 struct snd_pcm_str { struct
501 int stream; /* stream (direction) */
502 struct snd_pcm *pcm;
504 unsigned int substream_count;
505 unsigned int substream_opened;
506 struct snd_pcm_substream *substream;
530 struct snd_pcm_str streams[2]; argument