Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
Dasound.h371 struct snd_pcm_status { struct
372 snd_pcm_state_t state;
373 __time_pad pad1;
374 struct timespec trigger_tstamp;
375 struct timespec tstamp;
376 snd_pcm_uframes_t appl_ptr;
377 snd_pcm_uframes_t hw_ptr;
378 snd_pcm_sframes_t delay;
379 snd_pcm_uframes_t avail;
380 snd_pcm_uframes_t avail_max;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasound.h371 struct snd_pcm_status { struct
372 snd_pcm_state_t state;
373 __time_pad pad1;
374 struct timespec trigger_tstamp;
375 struct timespec tstamp;
376 snd_pcm_uframes_t appl_ptr;
377 snd_pcm_uframes_t hw_ptr;
378 snd_pcm_sframes_t delay;
379 snd_pcm_uframes_t avail;
380 snd_pcm_uframes_t avail_max;
[all …]
/kernel/linux/linux-5.10/include/uapi/sound/
Dasound.h476 struct snd_pcm_status { struct
477 snd_pcm_state_t state; /* stream state */
478 __time_pad pad1; /* align to timespec */
479 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
480 struct timespec tstamp; /* reference timestamp */
481 snd_pcm_uframes_t appl_ptr; /* appl ptr */
482 snd_pcm_uframes_t hw_ptr; /* hw ptr */
483 snd_pcm_sframes_t delay; /* current delay in frames */
484 snd_pcm_uframes_t avail; /* number of frames available */
485 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
[all …]
/kernel/linux/linux-5.10/tools/include/uapi/sound/
Dasound.h476 struct snd_pcm_status { struct
477 snd_pcm_state_t state; /* stream state */
478 __time_pad pad1; /* align to timespec */
479 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
480 struct timespec tstamp; /* reference timestamp */
481 snd_pcm_uframes_t appl_ptr; /* appl ptr */
482 snd_pcm_uframes_t hw_ptr; /* hw ptr */
483 snd_pcm_sframes_t delay; /* current delay in frames */
484 snd_pcm_uframes_t avail; /* number of frames available */
485 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasound.h355 struct snd_pcm_status { struct
356 snd_pcm_state_t state;
357 struct timespec trigger_tstamp;
358 struct timespec tstamp;
359 snd_pcm_uframes_t appl_ptr;
360 snd_pcm_uframes_t hw_ptr;
361 snd_pcm_sframes_t delay;
362 snd_pcm_uframes_t avail;
363 snd_pcm_uframes_t avail_max;
364 snd_pcm_uframes_t overrange;
[all …]
/kernel/linux/linux-6.6/include/uapi/sound/
Dasound.h477 struct snd_pcm_status { struct
478 snd_pcm_state_t state; /* stream state */
479 __time_pad pad1; /* align to timespec */
480 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
481 struct timespec tstamp; /* reference timestamp */
482 snd_pcm_uframes_t appl_ptr; /* appl ptr */
483 snd_pcm_uframes_t hw_ptr; /* hw ptr */
484 snd_pcm_sframes_t delay; /* current delay in frames */
485 snd_pcm_uframes_t avail; /* number of frames available */
486 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
[all …]
/kernel/linux/linux-6.6/tools/include/uapi/sound/
Dasound.h477 struct snd_pcm_status { struct
478 snd_pcm_state_t state; /* stream state */
479 __time_pad pad1; /* align to timespec */
480 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
481 struct timespec tstamp; /* reference timestamp */
482 snd_pcm_uframes_t appl_ptr; /* appl ptr */
483 snd_pcm_uframes_t hw_ptr; /* hw ptr */
484 snd_pcm_sframes_t delay; /* current delay in frames */
485 snd_pcm_uframes_t avail; /* number of frames available */
486 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
[all …]