Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dasound.h437 struct snd_pcm_status { struct
438 snd_pcm_state_t state; /* stream state */
439 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
440 struct timespec tstamp; /* reference timestamp */
441 snd_pcm_uframes_t appl_ptr; /* appl ptr */
442 snd_pcm_uframes_t hw_ptr; /* hw ptr */
443 snd_pcm_sframes_t delay; /* current delay in frames */
444 snd_pcm_uframes_t avail; /* number of frames available */
445 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
446 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
[all …]
/linux-4.1.27/sound/core/
Dpcm_native.c716 int snd_pcm_status(struct snd_pcm_substream *substream, in snd_pcm_status() function