Home
last modified time | relevance | path

Searched defs:snd_pcm_hw_constraint_ranges (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/sound/
Dpcm.h293 struct snd_pcm_hw_constraint_ranges { struct
294 unsigned int count;
295 const struct snd_interval *ranges;
296 unsigned int mask;
/Linux-v4.19/sound/core/
Dpcm_lib.c1305 int snd_pcm_hw_constraint_ranges(struct snd_pcm_runtime *runtime, in snd_pcm_hw_constraint_ranges() function