Home
last modified time | relevance | path

Searched refs:SOUND_MIXER_PCM (Results 1 – 5 of 5) 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.h747 #define SOUND_MIXER_PCM 4 macro
819 #define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM)
851 #define SOUND_MIXER_READ_PCM MIXER_READ(SOUND_MIXER_PCM)
881 #define SOUND_MIXER_WRITE_PCM MIXER_WRITE(SOUND_MIXER_PCM)
/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.h747 #define SOUND_MIXER_PCM 4 macro
819 #define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM)
851 #define SOUND_MIXER_READ_PCM MIXER_READ(SOUND_MIXER_PCM)
881 #define SOUND_MIXER_WRITE_PCM MIXER_WRITE(SOUND_MIXER_PCM)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsoundcard.h751 #define SOUND_MIXER_PCM 4 macro
823 #define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM)
855 #define SOUND_MIXER_READ_PCM MIXER_READ(SOUND_MIXER_PCM)
885 #define SOUND_MIXER_WRITE_PCM MIXER_WRITE(SOUND_MIXER_PCM)
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Doss-emulation.rst227 string. For example, the volume element SOUND_MIXER_PCM is composed
243 SOUND_MIXER_PCM PCM 0
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dmixer_oss.c1291 { SOUND_MIXER_PCM, "PCM", 0 }, in snd_mixer_oss_build()