Searched defs:snd_pcm_hw_params (Results 1 – 1 of 1) sorted by relevance
352 struct snd_pcm_hw_params { struct354 unsigned int flags;355 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];356 struct snd_mask mres[5];357 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];359 struct snd_interval ires[9];360 unsigned int rmask;361 unsigned int cmask;362 unsigned int info;364 unsigned int msbits;[all …]