Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dhda_controller.c566 SNDRV_PCM_INFO_HAS_WALL_CLOCK | /* legacy */
662 runtime->hw.info &= ~SNDRV_PCM_INFO_HAS_WALL_CLOCK; /* legacy */ in azx_pcm_open()
/linux-6.15/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h292 #define SNDRV_PCM_INFO_HAS_WALL_CLOCK 0x01000000 /* (Deprecated)has audio wall clock for aud… macro
/linux-6.15/include/uapi/sound/
H A Dasound.h292 #define SNDRV_PCM_INFO_HAS_WALL_CLOCK 0x01000000 /* (Deprecated)has audio wall clock for aud… macro
/linux-6.15/sound/core/
H A Dpcm_native.c1033 if (runtime->hw.info & SNDRV_PCM_INFO_HAS_WALL_CLOCK) in snd_pcm_status64()