Lines Matching defs:runtime
25 struct snd_pcm_runtime *runtime = substream->runtime;
26 unsigned int channels = runtime->channels,
27 rate = runtime->rate,
28 bits_per_sample = runtime->sample_bits,
260 struct snd_pcm_runtime *runtime;
265 runtime = azx_dev->substream->runtime;
267 runtime = NULL;
318 if (runtime && runtime->period_size > 64)
320 -frames_to_bytes(runtime, 64);
325 if (runtime)
326 azx_dev->period_wallclk = (((runtime->period_size * 24000) /
327 runtime->rate) * 1000);
490 struct snd_pcm_runtime *runtime = substream->runtime;
513 pos_adj = (pos_adj * runtime->rate + 47999) / 48000;
519 pos_adj = frames_to_bytes(runtime, pos_adj);
570 struct snd_pcm_runtime *runtime;
575 runtime = substream->runtime;
582 runtime->no_period_wakeup != azx_dev->no_period_wakeup) {
586 azx_dev->no_period_wakeup = runtime->no_period_wakeup;
650 struct snd_pcm_runtime *runtime = azx_dev->substream->runtime;
665 snd_pcm_gettime(runtime, &runtime->trigger_tstamp);
666 runtime->trigger_tstamp_latched = true;