Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/sound/
A Dasound.h401 struct snd_pcm_hw_params { struct
402 unsigned int flags;
403 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
405 struct snd_mask mres[5]; /* reserved masks */
408 struct snd_interval ires[9]; /* reserved intervals */
409 unsigned int rmask; /* W: requested masks */
410 unsigned int cmask; /* R: changed masks */
412 unsigned int msbits; /* R: used most significant bits */
413 unsigned int rate_num; /* R: rate numerator */
414 unsigned int rate_den; /* R: rate denominator */
[all …]
/linux-6.3-rc2/tools/include/uapi/sound/
A Dasound.h401 struct snd_pcm_hw_params { struct
402 unsigned int flags;
403 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
405 struct snd_mask mres[5]; /* reserved masks */
408 struct snd_interval ires[9]; /* reserved intervals */
409 unsigned int rmask; /* W: requested masks */
410 unsigned int cmask; /* R: changed masks */
412 unsigned int msbits; /* R: used most significant bits */
413 unsigned int rate_num; /* R: rate numerator */
414 unsigned int rate_den; /* R: rate denominator */
[all …]
/linux-6.3-rc2/sound/core/
A Dpcm_native.c712 static int snd_pcm_hw_params(struct snd_pcm_substream *substream, in snd_pcm_hw_params() function

Completed in 24 milliseconds