Home
last modified time | relevance | path

Searched refs:PCM_ENABLE_INPUT (Results 1 – 4 of 4) 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/linux/
H A Dsoundcard.h599 # define PCM_ENABLE_INPUT 0x00000001 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/linux/
H A Dsoundcard.h599 # define PCM_ENABLE_INPUT 0x00000001 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsoundcard.h603 # define PCM_ENABLE_INPUT 0x00000001 macro
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c2113 if (trigger & PCM_ENABLE_INPUT) { in snd_pcm_oss_set_trigger()
2148 result |= PCM_ENABLE_INPUT; in snd_pcm_oss_get_trigger()
2859 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); in snd_pcm_oss_poll()