Searched defs:snd_pcm_hw_params (Results 1 – 3 of 3) sorted by relevance
405 struct snd_pcm_hw_params { struct406 unsigned int flags;407 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -409 struct snd_mask mres[5]; /* reserved masks */410 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -412 struct snd_interval ires[9]; /* reserved intervals */413 unsigned int rmask; /* W: requested masks */414 unsigned int cmask; /* R: changed masks */415 unsigned int info; /* R: Info flags for returned setup */416 unsigned int msbits; /* R: used most significant bits */[all …]
712 static int snd_pcm_hw_params(struct snd_pcm_substream *substream, in snd_pcm_hw_params() function