Lines Matching refs:runtime

51 	struct snd_pcm_runtime *runtime = substream->runtime;  in fsl_asrc_dma_complete()  local
52 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_complete()
65 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_prepare_and_submit() local
66 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_prepare_and_submit()
71 if (!substream->runtime->no_period_wakeup) in fsl_asrc_dma_prepare_and_submit()
76 pair->dma_chan[!dir], runtime->dma_addr, in fsl_asrc_dma_prepare_and_submit()
105 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_trigger() local
106 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_trigger()
140 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_hw_params() local
141 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_hw_params()
256 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_hw_free() local
257 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_hw_free()
276 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_startup() local
289 runtime->private_data = pair; in fsl_asrc_dma_startup()
291 snd_pcm_hw_constraint_integer(substream->runtime, in fsl_asrc_dma_startup()
300 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_shutdown() local
301 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_shutdown()
319 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_pcm_pointer() local
320 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_pcm_pointer()
322 return bytes_to_frames(substream->runtime, pair->pos); in fsl_asrc_dma_pcm_pointer()