Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/skylake/
Dskl-pcm.c39 SNDRV_PCM_INFO_HAS_WALL_CLOCK | /* legacy */
134 runtime->hw.info &= ~SNDRV_PCM_INFO_HAS_WALL_CLOCK; /* legacy */ in skl_pcm_open()
/linux-4.4.14/sound/pci/hda/
Dhda_controller.c379 SNDRV_PCM_INFO_HAS_WALL_CLOCK | /* legacy */
472 runtime->hw.info &= ~SNDRV_PCM_INFO_HAS_WALL_CLOCK; /* legacy */ in azx_pcm_open()
/linux-4.4.14/include/uapi/sound/
Dasound.h275 #define SNDRV_PCM_INFO_HAS_WALL_CLOCK 0x01000000 /* (Deprecated)has audio wall clock for aud… macro
/linux-4.4.14/sound/core/
Dpcm_native.c740 if (runtime->hw.info & SNDRV_PCM_INFO_HAS_WALL_CLOCK) in snd_pcm_status()