Searched defs:snd_pcm_hw_params (Results 1 – 1 of 1) sorted by relevance
314 struct snd_pcm_hw_params { struct315 unsigned int flags;316 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];317 struct snd_mask mres[5];318 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];319 struct snd_interval ires[9];320 unsigned int rmask;321 unsigned int cmask;322 unsigned int info;323 unsigned int msbits;[all …]