Home
last modified time | relevance | path

Searched refs:tstamp_mode (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_compat.c71 s32 tstamp_mode; member
94 if (get_user(params.tstamp_mode, &src->tstamp_mode) || in snd_pcm_ioctl_sw_params_compat()
H A Dpcm_native.c782 runtime->tstamp_mode = SNDRV_PCM_TSTAMP_NONE; in snd_pcm_hw_params()
910 if (params->tstamp_mode < 0 || in snd_pcm_sw_params()
911 params->tstamp_mode > SNDRV_PCM_TSTAMP_LAST) in snd_pcm_sw_params()
929 runtime->tstamp_mode = params->tstamp_mode; in snd_pcm_sw_params()
1005 if (runtime->tstamp_mode == SNDRV_PCM_TSTAMP_ENABLE) { in snd_pcm_status64()
1027 if (runtime->tstamp_mode == SNDRV_PCM_TSTAMP_ENABLE) { in snd_pcm_status64()
H A Dpcm_lib.c148 if (runtime->tstamp_mode == SNDRV_PCM_TSTAMP_ENABLE) { in __snd_pcm_xrun()
216 if (runtime->tstamp_mode != SNDRV_PCM_TSTAMP_ENABLE) in update_audio_tstamp()
281 if (runtime->tstamp_mode == SNDRV_PCM_TSTAMP_ENABLE) { in snd_pcm_update_hw_ptr0()
H A Dpcm.c429 snd_iprintf(buffer, "tstamp_mode: %s\n", snd_pcm_tstamp_mode_name(runtime->tstamp_mode)); in snd_pcm_substream_proc_sw_params_read()
/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.h418 int tstamp_mode; /* timestamp mode */ member
/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.h418 int tstamp_mode; /* timestamp mode */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h434 int tstamp_mode; /* timestamp mode */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h434 int tstamp_mode; /* timestamp mode */ member
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c694 sparams.tstamp_mode = SNDRV_PCM_TSTAMP_ENABLE; in pcm_open()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h377 int tstamp_mode; /* mmap timestamp is updated */ member
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c1015 sw_params->tstamp_mode = SNDRV_PCM_TSTAMP_NONE; in snd_pcm_oss_change_params_locked()
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1576 struct timespec tstamp_mode; /* mmap timestamp is updated */