Searched defs:pcm_stream_info (Results 1 – 2 of 2) sorted by relevance
36 struct pcm_stream_info { struct37 int str_id;38 void *arg;39 void (*period_elapsed) (void *arg);40 unsigned long long buffer_ptr;41 unsigned long long pcm_delay;42 int sfreq;
82 struct pcm_stream_info { struct105 struct pcm_stream_info stream_info; argument