Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dasound.h473 struct snd_pcm_sync_ptr { struct
474 unsigned int flags;
475 union {
478 } s;
479 union {
482 } c;
/linux-4.1.27/sound/core/
Dpcm_native.c2698 static int snd_pcm_sync_ptr(struct snd_pcm_substream *substream, in snd_pcm_sync_ptr() function