Searched defs:snd_pcm_hw_params (Results 1 – 1 of 1) sorted by relevance
321 struct snd_pcm_hw_params { struct322 unsigned int flags;323 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];324 struct snd_mask mres[5];325 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];326 struct snd_interval ires[9];327 unsigned int rmask;328 unsigned int cmask;329 unsigned int info;330 unsigned int msbits;[all …]