Searched defs:pcm_info (Results 1 – 2 of 2) sorted by relevance
40 struct pcm_info { struct41 u32 created:1, /* has this direction been created with alsa? */42 active:1; /* is this stream active? */44 struct snd_pcm_substream *substream;45 int current_period;46 u32 frame_count;70 struct pcm_info out, in; argument
112 struct snd_pcm_hardware pcm_info; member