Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h286 struct snd_pcm_hw_constraint_ranges { struct
287 unsigned int count;
288 const struct snd_interval *ranges;
289 unsigned int mask;
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_lib.c1302 int snd_pcm_hw_constraint_ranges(struct snd_pcm_runtime *runtime, in snd_pcm_hw_constraint_ranges() function