Searched defs:snd_pcm_hw_params (Results 1 – 3 of 3) sorted by relevance
410 struct snd_pcm_hw_params { struct411 unsigned int flags;412 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -414 struct snd_mask mres[5]; /* reserved masks */417 struct snd_interval ires[9]; /* reserved intervals */418 unsigned int rmask; /* W: requested masks */419 unsigned int cmask; /* R: changed masks */421 unsigned int msbits; /* R: used most significant bits */422 unsigned int rate_num; /* R: rate numerator */423 unsigned int rate_den; /* R: rate denominator */[all …]
675 static int snd_pcm_hw_params(struct snd_pcm_substream *substream, in snd_pcm_hw_params() function
Completed in 24 milliseconds