Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_HW_PARAM_LAST_MASK (Results 1 – 9 of 9) 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.h348 #define SNDRV_PCM_HW_PARAM_LAST_MASK SNDRV_PCM_HW_PARAM_SUBFORMAT macro
395 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
/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.h348 #define SNDRV_PCM_HW_PARAM_LAST_MASK SNDRV_PCM_HW_PARAM_SUBFORMAT macro
395 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h364 #define SNDRV_PCM_HW_PARAM_LAST_MASK SNDRV_PCM_HW_PARAM_SUBFORMAT macro
411 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h364 #define SNDRV_PCM_HW_PARAM_LAST_MASK SNDRV_PCM_HW_PARAM_SUBFORMAT macro
411 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c57 (p <= SNDRV_PCM_HW_PARAM_LAST_MASK); in param_is_mask()
140 n <= SNDRV_PCM_HW_PARAM_LAST_MASK; n++) { in param_init()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h239 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
885 var <= SNDRV_PCM_HW_PARAM_LAST_MASK; in hw_is_mask()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_compat.c56 …struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1]; /* this m…
H A Dpcm_native.c276 for (k = SNDRV_PCM_HW_PARAM_FIRST_MASK; k <= SNDRV_PCM_HW_PARAM_LAST_MASK; k++) { in constrain_mask_params()
2473 for (k = SNDRV_PCM_HW_PARAM_FIRST_MASK; k <= SNDRV_PCM_HW_PARAM_LAST_MASK; k++) { in snd_pcm_hw_constraints_init()
H A Dpcm_lib.c1535 for (k = SNDRV_PCM_HW_PARAM_FIRST_MASK; k <= SNDRV_PCM_HW_PARAM_LAST_MASK; k++) in _snd_pcm_hw_params_any()