Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-pcm.c110 (params->flags & SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP); in hda_dsp_pcm_hw_params()
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c52 #define SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (1<<2) macro
661 params.flags |= SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP; in pcm_open()
/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.h377 #define SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (1<<2) /* disable period wakeups */ macro
/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.h377 #define SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (1<<2) /* disable period wakeups */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h393 #define SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (1<<2) /* disable period wakeups */ macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h393 #define SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (1<<2) /* disable period wakeups */ macro
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c767 (params->flags & SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP); in snd_pcm_hw_params()