Searched defs:snd_pcm_hw_constraint_ranges (Results 1 – 2 of 2) sorted by relevance
294 struct snd_pcm_hw_constraint_ranges { struct295 unsigned int count;296 const struct snd_interval *ranges;297 unsigned int mask;
1327 int snd_pcm_hw_constraint_ranges(struct snd_pcm_runtime *runtime, in snd_pcm_hw_constraint_ranges() function