Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_controller.c561 SNDRV_PCM_INFO_HAS_WALL_CLOCK | /* legacy */
657 runtime->hw.info &= ~SNDRV_PCM_INFO_HAS_WALL_CLOCK; /* legacy */ in azx_pcm_open()
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-pcm.c36 SNDRV_PCM_INFO_HAS_WALL_CLOCK | /* legacy */
235 runtime->hw.info &= ~SNDRV_PCM_INFO_HAS_WALL_CLOCK; /* legacy */ in skl_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.h292 #define SNDRV_PCM_INFO_HAS_WALL_CLOCK 0x01000000 /* (Deprecated)has audio wall clock for aud… 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.h292 #define SNDRV_PCM_INFO_HAS_WALL_CLOCK 0x01000000 /* (Deprecated)has audio wall clock for aud… macro
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h297 #define SNDRV_PCM_INFO_HAS_WALL_CLOCK 0x01000000 /* (Deprecated)has audio wall clock for aud… macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h297 #define SNDRV_PCM_INFO_HAS_WALL_CLOCK 0x01000000 /* (Deprecated)has audio wall clock for aud… macro
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c987 if (runtime->hw.info & SNDRV_PCM_INFO_HAS_WALL_CLOCK) in snd_pcm_status64()