Home
last modified time | relevance | path

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

/linux-3.3/include/sound/
Dasound.h431 struct snd_pcm_sync_ptr { struct
432 unsigned int flags;
433 union {
436 } s;
437 union {
440 } c;
/linux-3.3/sound/core/
Dpcm_native.c2447 static int snd_pcm_sync_ptr(struct snd_pcm_substream *substream, in snd_pcm_sync_ptr() function