Lines Matching defs:runtime
45 struct snd_pcm_runtime *runtime = substream->runtime;
46 struct fsl_asrc_pair *pair = runtime->private_data;
59 struct snd_pcm_runtime *runtime = substream->runtime;
60 struct fsl_asrc_pair *pair = runtime->private_data;
65 if (!substream->runtime->no_period_wakeup)
70 pair->dma_chan[!dir], runtime->dma_addr,
100 struct snd_pcm_runtime *runtime = substream->runtime;
101 struct fsl_asrc_pair *pair = runtime->private_data;
136 struct snd_pcm_runtime *runtime = substream->runtime;
137 struct fsl_asrc_pair *pair = runtime->private_data;
298 struct snd_pcm_runtime *runtime = substream->runtime;
299 struct fsl_asrc_pair *pair = runtime->private_data;
322 struct snd_pcm_runtime *runtime = substream->runtime;
332 ret = snd_pcm_hw_constraint_integer(substream->runtime,
346 runtime->private_data = pair;
374 dev_err(dev, "failed to refine runtime hwparams\n");
397 struct snd_pcm_runtime *runtime = substream->runtime;
398 struct fsl_asrc_pair *pair = runtime->private_data;
418 struct snd_pcm_runtime *runtime = substream->runtime;
419 struct fsl_asrc_pair *pair = runtime->private_data;
421 return bytes_to_frames(substream->runtime, pair->pos);