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;
137 struct snd_pcm_runtime *runtime = substream->runtime;
138 struct fsl_asrc_pair *pair = runtime->private_data;
312 struct snd_pcm_runtime *runtime = substream->runtime;
313 struct fsl_asrc_pair *pair = runtime->private_data;
334 struct snd_pcm_runtime *runtime = substream->runtime;
344 ret = snd_pcm_hw_constraint_integer(substream->runtime,
358 runtime->private_data = pair;
386 dev_err(dev, "failed to refine runtime hwparams\n");
409 struct snd_pcm_runtime *runtime = substream->runtime;
410 struct fsl_asrc_pair *pair = runtime->private_data;
430 struct snd_pcm_runtime *runtime = substream->runtime;
431 struct fsl_asrc_pair *pair = runtime->private_data;
433 return bytes_to_frames(substream->runtime, pair->pos);