Searched defs:pcm_stream_info (Results 1 – 2 of 2) sorted by relevance
44 struct pcm_stream_info { struct45 int str_id;46 void *arg;47 void (*period_elapsed) (void *arg);48 unsigned long long buffer_ptr;49 unsigned long long pcm_delay;50 int sfreq;
82 struct pcm_stream_info { struct105 struct pcm_stream_info stream_info; argument