Home
last modified time | relevance | path

Searched refs:snd_pcm_sframes_t (Results 1 – 4 of 4) sorted by relevance

/include/sound/
Dpcm-indirect.h40 snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr; in snd_pcm_indirect_playback_transfer()
44 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2)) in snd_pcm_indirect_playback_transfer()
109 snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr; in snd_pcm_indirect_capture_transfer()
112 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2)) in snd_pcm_indirect_capture_transfer()
Dpcm.h355 snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */
685 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames()
705 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes()
748snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_… in snd_pcm_playback_avail()
764 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr; in snd_pcm_capture_avail()
774 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_hw_avail()
783 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_hw_avail()
1074 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream,
1078 static inline snd_pcm_sframes_t
1085 static inline snd_pcm_sframes_t
[all …]
Dsoc-dai.h157 snd_pcm_sframes_t snd_soc_dai_delay(struct snd_soc_dai *dai,
281 snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *,
/include/uapi/sound/
Dasound.h162 typedef signed long snd_pcm_sframes_t; typedef
483 snd_pcm_sframes_t delay; /* current delay in frames */
602 snd_pcm_sframes_t result;
608 snd_pcm_sframes_t result;
679 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t)