Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_HW_PARAM_TICK_TIME (Results 1 – 7 of 7) 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.h371 #define SNDRV_PCM_HW_PARAM_TICK_TIME 19 /* Approx tick duration in us */ macro
373 #define SNDRV_PCM_HW_PARAM_LAST_INTERVAL SNDRV_PCM_HW_PARAM_TICK_TIME
/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.h371 #define SNDRV_PCM_HW_PARAM_TICK_TIME 19 /* Approx tick duration in us */ macro
373 #define SNDRV_PCM_HW_PARAM_LAST_INTERVAL SNDRV_PCM_HW_PARAM_TICK_TIME
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h387 #define SNDRV_PCM_HW_PARAM_TICK_TIME 19 /* Approx tick duration in us */ macro
389 #define SNDRV_PCM_HW_PARAM_LAST_INTERVAL SNDRV_PCM_HW_PARAM_TICK_TIME
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h387 #define SNDRV_PCM_HW_PARAM_TICK_TIME 19 /* Approx tick duration in us */ macro
389 #define SNDRV_PCM_HW_PARAM_LAST_INTERVAL SNDRV_PCM_HW_PARAM_TICK_TIME
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dtracepoints.rst72 - SNDRV_PCM_HW_PARAM_TICK_TIME
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c547 return SNDRV_PCM_HW_PARAM_TICK_TIME; in pcm_param_to_alsa()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c48 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_TICK_TIME -
629 SNDRV_PCM_HW_PARAM_TICK_TIME, in snd_pcm_hw_params_choose()