Searched defs:snd_pcm_hw_params (Results 1 – 1 of 1) sorted by relevance
303 struct snd_pcm_hw_params { struct304 unsigned int flags;305 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];306 struct snd_mask mres[5];307 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];308 struct snd_interval ires[9];309 unsigned int rmask;310 unsigned int cmask;311 unsigned int info;312 unsigned int msbits;[all …]