Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/uapi/sound/
Dasound.h396 struct snd_pcm_hw_params { struct
397 unsigned int flags;
398 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
400 struct snd_mask mres[5]; /* reserved masks */
401 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
403 struct snd_interval ires[9]; /* reserved intervals */
404 unsigned int rmask; /* W: requested masks */
405 unsigned int cmask; /* R: changed masks */
406 unsigned int info; /* R: Info flags for returned setup */
407 unsigned int msbits; /* R: used most significant bits */
[all …]
/Linux-v5.4/include/uapi/sound/
Dasound.h396 struct snd_pcm_hw_params { struct
397 unsigned int flags;
398 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
400 struct snd_mask mres[5]; /* reserved masks */
401 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
403 struct snd_interval ires[9]; /* reserved intervals */
404 unsigned int rmask; /* W: requested masks */
405 unsigned int cmask; /* R: changed masks */
406 unsigned int info; /* R: Info flags for returned setup */
407 unsigned int msbits; /* R: used most significant bits */
[all …]
/Linux-v5.4/sound/core/
Dpcm_native.c622 static int snd_pcm_hw_params(struct snd_pcm_substream *substream, in snd_pcm_hw_params() function