Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/sound/
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 */
406 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
408 struct snd_interval ires[9]; /* reserved intervals */
409 unsigned int rmask; /* W: requested masks */
410 unsigned int cmask; /* R: changed masks */
411 unsigned int info; /* R: Info flags for returned setup */
412 unsigned int msbits; /* R: used most significant bits */
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h100712 struct snd_pcm_hw_params { struct
100713 unsigned int flags;
100714 struct snd_mask masks[3];
100715 struct snd_mask mres[5];
100716 struct snd_interval intervals[12];
100717 struct snd_interval ires[9];
100718 unsigned int rmask;
100719 unsigned int cmask;
100720 unsigned int info;
100721 unsigned int msbits;
[all …]
Dvmlinux.h100712 struct snd_pcm_hw_params { struct
100713 unsigned int flags;
100714 struct snd_mask masks[3];
100715 struct snd_mask mres[5];
100716 struct snd_interval intervals[12];
100717 struct snd_interval ires[9];
100718 unsigned int rmask;
100719 unsigned int cmask;
100720 unsigned int info;
100721 unsigned int msbits;
[all …]