Searched defs:snd_pcm_hw_params (Results 1 – 2 of 2) sorted by relevance
339 struct snd_pcm_hw_params { struct340 unsigned int flags;341 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -344 struct snd_mask mres[5];345 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -347 struct snd_interval ires[9];349 unsigned int rmask;350 unsigned int cmask;351 unsigned int info;352 unsigned int msbits;[all …]
357 struct snd_pcm_hw_params { struct358 unsigned int flags;359 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - 361 struct snd_mask mres[5]; /* reserved masks */362 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -364 struct snd_interval ires[9]; /* reserved intervals */365 unsigned int rmask; /* W: requested masks */366 unsigned int cmask; /* R: changed masks */367 unsigned int info; /* R: Info flags for returned setup */368 unsigned int msbits; /* R: used most significant bits */[all …]