Searched refs:cpu_delay (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-dai.c | 709 snd_pcm_sframes_t *cpu_delay, in snd_soc_pcm_dai_delay() 727 *cpu_delay = max(*cpu_delay, dai->driver->ops->delay(substream, dai)); in snd_soc_pcm_dai_delay() 708 snd_soc_pcm_dai_delay(struct snd_pcm_substream *substream, snd_pcm_sframes_t *cpu_delay, snd_pcm_sframes_t *codec_delay) snd_soc_pcm_dai_delay() argument
|
H A D | soc-component.c | 993 snd_pcm_sframes_t *cpu_delay, in snd_soc_pcm_component_delay() 1016 *cpu_delay = max(*cpu_delay, delay); in snd_soc_pcm_component_delay() 992 snd_soc_pcm_component_delay(struct snd_pcm_substream *substream, snd_pcm_sframes_t *cpu_delay, snd_pcm_sframes_t *codec_delay) snd_soc_pcm_component_delay() argument
|
H A D | soc-pcm.c | 1209 snd_pcm_sframes_t cpu_delay = 0; in soc_pcm_pointer() local 1214 snd_soc_pcm_dai_delay(substream, &cpu_delay, &codec_delay); in soc_pcm_pointer() 1215 snd_soc_pcm_component_delay(substream, &cpu_delay, &codec_delay); in soc_pcm_pointer() 1217 runtime->delay = cpu_delay + codec_delay; in soc_pcm_pointer()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc-component.h | 534 snd_pcm_sframes_t *cpu_delay, snd_pcm_sframes_t *codec_delay);
|
H A D | soc-dai.h | 246 snd_pcm_sframes_t *cpu_delay, snd_pcm_sframes_t *codec_delay);
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-pcm.c | 1082 snd_pcm_sframes_t cpu_delay = 0; in soc_pcm_pointer() local 1094 cpu_delay = max(cpu_delay, in soc_pcm_pointer() 1097 delay += cpu_delay; in soc_pcm_pointer()
|
Completed in 13 milliseconds