Lines Matching defs:snd_pcm_runtime

344 struct snd_pcm_runtime {
406 void (*private_free)(struct snd_pcm_runtime *runtime);
458 struct snd_pcm_runtime *runtime;
673 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size)
683 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size)
693 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size)
703 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size)
713 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes)
724 struct snd_pcm_runtime *runtime = substream->runtime;
734 struct snd_pcm_runtime *runtime = substream->runtime;
744 static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *runtime)
760 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime)
772 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime)
781 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime)
796 struct snd_pcm_runtime *runtime = substream->runtime;
810 struct snd_pcm_runtime *runtime = substream->runtime;
825 struct snd_pcm_runtime *runtime = substream->runtime;
842 struct snd_pcm_runtime *runtime = substream->runtime;
856 struct snd_pcm_runtime *runtime = substream->runtime;
984 int snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var,
986 int snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var,
988 int snd_pcm_hw_constraint_integer(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var);
989 int snd_pcm_hw_constraint_list(struct snd_pcm_runtime *runtime,
993 int snd_pcm_hw_constraint_ranges(struct snd_pcm_runtime *runtime,
997 int snd_pcm_hw_constraint_ratnums(struct snd_pcm_runtime *runtime,
1001 int snd_pcm_hw_constraint_ratdens(struct snd_pcm_runtime *runtime,
1005 int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime,
1009 int snd_pcm_hw_constraint_step(struct snd_pcm_runtime *runtime,
1013 int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime,
1016 int snd_pcm_hw_rule_noresample(struct snd_pcm_runtime *runtime,
1018 int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime,
1034 struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var,
1135 snd_pcm_limit_hw_rates(struct snd_pcm_runtime *runtime)
1158 struct snd_pcm_runtime *runtime = substream->runtime;
1177 static inline void snd_pcm_gettime(struct snd_pcm_runtime *runtime,