Home
last modified time | relevance | path

Searched defs:snd_pcm_hw_params (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasound.h407 struct snd_pcm_hw_params { struct
408 unsigned int flags;
409 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
411 struct snd_mask mres[5]; /* reserved masks */
412 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
414 struct snd_interval ires[9]; /* reserved intervals */
415 unsigned int rmask; /* W: requested masks */
416 unsigned int cmask; /* R: changed masks */
417 unsigned int info; /* R: Info flags for returned setup */
418 unsigned int msbits; /* R: used most significant bits */
[all …]
/third_party/alsa-lib/src/pcm/
Dpcm.c938 int snd_pcm_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) in snd_pcm_hw_params() function