Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h393 struct snd_pcm_hw_params { struct
394 unsigned int flags;
395 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
397 struct snd_mask mres[5]; /* reserved masks */
398 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
400 struct snd_interval ires[9]; /* reserved intervals */
401 unsigned int rmask; /* W: requested masks */
402 unsigned int cmask; /* R: changed masks */
403 unsigned int info; /* R: Info flags for returned setup */
404 unsigned int msbits; /* R: used most significant bits */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h393 struct snd_pcm_hw_params { struct
394 unsigned int flags;
395 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
397 struct snd_mask mres[5]; /* reserved masks */
398 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
400 struct snd_interval ires[9]; /* reserved intervals */
401 unsigned int rmask; /* W: requested masks */
402 unsigned int cmask; /* R: changed masks */
403 unsigned int info; /* R: Info flags for returned setup */
404 unsigned int msbits; /* R: used most significant bits */
[all …]
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h409 struct snd_pcm_hw_params { struct
410 unsigned int flags;
411 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
413 struct snd_mask mres[5]; /* reserved masks */
414 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
416 struct snd_interval ires[9]; /* reserved intervals */
417 unsigned int rmask; /* W: requested masks */
418 unsigned int cmask; /* R: changed masks */
419 unsigned int info; /* R: Info flags for returned setup */
420 unsigned int msbits; /* R: used most significant bits */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h409 struct snd_pcm_hw_params { struct
410 unsigned int flags;
411 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
413 struct snd_mask mres[5]; /* reserved masks */
414 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
416 struct snd_interval ires[9]; /* reserved intervals */
417 unsigned int rmask; /* W: requested masks */
418 unsigned int cmask; /* R: changed masks */
419 unsigned int info; /* R: Info flags for returned setup */
420 unsigned int msbits; /* R: used most significant bits */
[all …]
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c694 static int snd_pcm_hw_params(struct snd_pcm_substream *substream, in snd_pcm_hw_params() function