Searched defs:snd_pcm_sync_ptr (Results 1 – 2 of 2) sorted by relevance
431 struct snd_pcm_sync_ptr { struct432 unsigned int flags;433 union {436 } s;437 union {440 } c;
2447 static int snd_pcm_sync_ptr(struct snd_pcm_substream *substream, in snd_pcm_sync_ptr() function