Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/hda/
A Dhda_controller.c493 struct snd_pcm_audio_tstamp_report *audio_tstamp_report) in azx_get_time_info() argument
512 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_LINK; in azx_get_time_info()
513 audio_tstamp_report->accuracy_report = 1; /* rest of structure is valid */ in azx_get_time_info()
514 audio_tstamp_report->accuracy = 42; /* 24 MHz WallClock == 42ns resolution */ in azx_get_time_info()
538 audio_tstamp_report->actual_type = in azx_get_time_info()
540 audio_tstamp_report->accuracy_report = 1; in azx_get_time_info()
542 audio_tstamp_report->accuracy = 42; in azx_get_time_info()
545 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT; in azx_get_time_info()
/linux-6.3-rc2/sound/soc/intel/skylake/
A Dskl-pcm.c1241 struct snd_pcm_audio_tstamp_report *audio_tstamp_report) in skl_platform_soc_get_time_info() argument
1258 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_LINK; in skl_platform_soc_get_time_info()
1259 audio_tstamp_report->accuracy_report = 1; /* rest of struct is valid */ in skl_platform_soc_get_time_info()
1260 audio_tstamp_report->accuracy = 42; /* 24MHzWallClk == 42ns resolution */ in skl_platform_soc_get_time_info()
1263 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT; in skl_platform_soc_get_time_info()
/linux-6.3-rc2/include/sound/
A Dsoc-component.h139 struct snd_pcm_audio_tstamp_report *audio_tstamp_report);
A Dpcm.h68 struct snd_pcm_audio_tstamp_report *audio_tstamp_report);
431 struct snd_pcm_audio_tstamp_report audio_tstamp_report; member
/linux-6.3-rc2/sound/soc/generic/
A Dtest-component.c479 struct snd_pcm_audio_tstamp_report *audio_tstamp_report) in test_component_get_time_info() argument
/linux-6.3-rc2/sound/core/
A Dpcm_lib.c220 (runtime->audio_tstamp_report.actual_type == in update_audio_tstamp()
287 &runtime->audio_tstamp_report); in snd_pcm_update_hw_ptr0()
290 if (runtime->audio_tstamp_report.actual_type == SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT) in snd_pcm_update_hw_ptr0()
A Dpcm_native.c1012 runtime->audio_tstamp_report.valid = 0; in snd_pcm_status64()
1014 runtime->audio_tstamp_report.valid = 1; in snd_pcm_status64()
1036 if (runtime->audio_tstamp_report.valid == 1) in snd_pcm_status64()
1040 &runtime->audio_tstamp_report); in snd_pcm_status64()

Completed in 31 milliseconds