Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dpcm.h490 struct snd_pcm_str { struct
491 int stream; /* stream (direction) */
492 struct snd_pcm *pcm;
494 unsigned int substream_count;
495 unsigned int substream_opened;
496 struct snd_pcm_substream *substream;
520 struct snd_pcm_str streams[2]; argument
/kernel/linux/linux-6.6/include/sound/
Dpcm.h493 struct snd_pcm_str { struct
494 int stream; /* stream (direction) */
495 struct snd_pcm *pcm;
497 unsigned int substream_count;
498 unsigned int substream_opened;
499 struct snd_pcm_substream *substream;
523 struct snd_pcm_str streams[2]; argument