Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_controller.c745 struct snd_pcm_audio_tstamp_report *audio_tstamp_report) in azx_get_time_info() argument
762 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_LINK; in azx_get_time_info()
763 audio_tstamp_report->accuracy_report = 1; /* rest of structure is valid */ in azx_get_time_info()
764 audio_tstamp_report->accuracy = 42; /* 24 MHz WallClock == 42ns resolution */ in azx_get_time_info()
767 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT; in azx_get_time_info()
/linux-4.1.27/include/sound/
Dpcm.h80 struct snd_pcm_audio_tstamp_report *audio_tstamp_report);
423 struct snd_pcm_audio_tstamp_report audio_tstamp_report; member
/linux-4.1.27/sound/core/
Dpcm_lib.c247 (runtime->audio_tstamp_report.actual_type == in update_audio_tstamp()
307 &runtime->audio_tstamp_report); in snd_pcm_update_hw_ptr0()
310 if (runtime->audio_tstamp_report.actual_type == SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT) in snd_pcm_update_hw_ptr0()
Dpcm_native.c735 runtime->audio_tstamp_report.valid = 0; in snd_pcm_status()
737 runtime->audio_tstamp_report.valid = 1; in snd_pcm_status()
751 if (runtime->audio_tstamp_report.valid == 1) in snd_pcm_status()
755 &runtime->audio_tstamp_report); in snd_pcm_status()