Searched defs:snd_pcm_hw_params (Results 1 – 6 of 6) sorted by relevance
299 struct snd_pcm_hw_params { struct300 unsigned int flags;301 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];302 struct snd_mask mres[5];303 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];304 struct snd_interval ires[9];305 unsigned int rmask;306 unsigned int cmask;307 unsigned int info;308 unsigned int msbits;[all …]
294 struct snd_pcm_hw_params { struct295 unsigned int flags;296 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];297 struct snd_mask mres[5];298 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];299 struct snd_interval ires[9];300 unsigned int rmask;301 unsigned int cmask;302 unsigned int info;303 unsigned int msbits;[all …]
381 struct snd_pcm_hw_params { struct382 unsigned int flags;383 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - 385 struct snd_mask mres[5]; /* reserved masks */386 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -388 struct snd_interval ires[9]; /* reserved intervals */389 unsigned int rmask; /* W: requested masks */390 unsigned int cmask; /* R: changed masks */391 unsigned int info; /* R: Info flags for returned setup */392 unsigned int msbits; /* R: used most significant bits */[all …]
389 struct snd_pcm_hw_params { struct390 unsigned int flags;391 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -393 struct snd_mask mres[5]; /* reserved masks */394 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -396 struct snd_interval ires[9]; /* reserved intervals */397 unsigned int rmask; /* W: requested masks */398 unsigned int cmask; /* R: changed masks */399 unsigned int info; /* R: Info flags for returned setup */400 unsigned int msbits; /* R: used most significant bits */[all …]