Searched defs:snd_pcm_hw_params (Results 1 – 1 of 1) sorted by relevance
359 struct snd_pcm_hw_params { struct360 unsigned int flags;361 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];362 struct snd_mask mres[5];364 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];365 struct snd_interval ires[9];366 unsigned int rmask;367 unsigned int cmask;369 unsigned int info;370 unsigned int msbits;[all …]