Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/sound/
Dasound.h494 struct snd_pcm_sync_ptr { struct
495 unsigned int flags;
496 union {
499 } s;
500 union {
503 } c;
/Linux-v4.19/include/uapi/sound/
Dasound.h494 struct snd_pcm_sync_ptr { struct
495 unsigned int flags;
496 union {
499 } s;
500 union {
503 } c;
/Linux-v4.19/sound/core/
Dpcm_native.c2702 static int snd_pcm_sync_ptr(struct snd_pcm_substream *substream, in snd_pcm_sync_ptr() function