Lines Matching full:runtime
47 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_complete() local
48 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_complete()
61 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_prepare_and_submit() local
62 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_prepare_and_submit()
68 if (!substream->runtime->no_period_wakeup) in fsl_asrc_dma_prepare_and_submit()
73 pair->dma_chan[!dir], runtime->dma_addr, in fsl_asrc_dma_prepare_and_submit()
102 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_trigger() local
103 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_trigger()
138 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_hw_params() local
139 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_hw_params()
254 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_hw_free() local
255 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_hw_free()
274 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_startup() local
286 runtime->private_data = pair; in fsl_asrc_dma_startup()
288 snd_pcm_hw_constraint_integer(substream->runtime, in fsl_asrc_dma_startup()
297 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_shutdown() local
298 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_shutdown()
316 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_pcm_pointer() local
317 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_pcm_pointer()
319 return bytes_to_frames(substream->runtime, pair->pos); in fsl_asrc_dma_pcm_pointer()