Lines Matching defs:snd_pcm_runtime

352 struct snd_pcm_runtime {
416 void (*private_free)(struct snd_pcm_runtime *runtime);
468 struct snd_pcm_runtime *runtime;
712 static inline void __snd_pcm_set_state(struct snd_pcm_runtime *runtime,
726 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size)
738 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size)
750 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size)
762 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size)
774 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes)
787 struct snd_pcm_runtime *runtime = substream->runtime;
799 struct snd_pcm_runtime *runtime = substream->runtime;
811 static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *runtime)
829 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime)
843 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime)
854 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime)
869 struct snd_pcm_runtime *runtime = substream->runtime;
883 struct snd_pcm_runtime *runtime = substream->runtime;
898 struct snd_pcm_runtime *runtime = substream->runtime;
915 struct snd_pcm_runtime *runtime = substream->runtime;
929 struct snd_pcm_runtime *runtime = substream->runtime;
1069 int snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var,
1071 int snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var,
1073 int snd_pcm_hw_constraint_integer(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var);
1074 int snd_pcm_hw_constraint_list(struct snd_pcm_runtime *runtime,
1078 int snd_pcm_hw_constraint_ranges(struct snd_pcm_runtime *runtime,
1082 int snd_pcm_hw_constraint_ratnums(struct snd_pcm_runtime *runtime,
1086 int snd_pcm_hw_constraint_ratdens(struct snd_pcm_runtime *runtime,
1090 int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime,
1094 int snd_pcm_hw_constraint_step(struct snd_pcm_runtime *runtime,
1098 int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime,
1101 int snd_pcm_hw_rule_noresample(struct snd_pcm_runtime *runtime,
1103 int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime,
1119 struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var,
1221 snd_pcm_limit_hw_rates(struct snd_pcm_runtime *runtime)
1244 struct snd_pcm_runtime *runtime = substream->runtime;
1263 static inline void snd_pcm_gettime(struct snd_pcm_runtime *runtime,