Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dasound.h273 #define SNDRV_PCM_INFO_HAS_WALL_CLOCK 0x01000000 /* (Deprecated)has audio wall clock for aud… macro
/linux-4.1.27/sound/pci/hda/
Dhda_controller.c781 SNDRV_PCM_INFO_HAS_WALL_CLOCK | /* legacy */
873 runtime->hw.info &= ~SNDRV_PCM_INFO_HAS_WALL_CLOCK; /* legacy */ in azx_pcm_open()
/linux-4.1.27/sound/core/
Dpcm_native.c729 if (runtime->hw.info & SNDRV_PCM_INFO_HAS_WALL_CLOCK) in snd_pcm_status()