Lines Matching defs:runtime

281  * PCM runtime components
282 * @rtd: ASoC PCM runtime that is activated
287 * attached to a PCM runtime.
307 * @rtd: The ASoC PCM runtime that should be checked.
310 * specific PCM runtime. Returns true if the delay is 0, if it the DAI link has
330 * snd_soc_set_runtime_hwparams - set the runtime hardware parameters
334 * Sets the substream runtime hardware parameters.
339 substream->runtime->hw = *hw;
401 ret = snd_pcm_hw_constraint_single(substream->runtime, \
471 substream->runtime->hw.info |= SNDRV_PCM_INFO_JOINT_DUPLEX;
482 ret = snd_pcm_hw_constraint_msbits(substream->runtime, 0, 0, bits);
559 * @rtd: ASoC PCM runtime
638 struct snd_pcm_hardware *hw = &substream->runtime->hw;
750 struct snd_pcm_hardware *hw = &substream->runtime->hw;
786 * Called by ALSA when a PCM substream is opened, the runtime->hw record is
867 * it can refer to the runtime info.
1202 * the runtime->delay will be updated via snd_soc_pcm_component/dai_delay().
1206 struct snd_pcm_runtime *runtime = substream->runtime;
1217 runtime->delay = cpu_delay + codec_delay;
1297 be_substream->runtime = fe_substream->runtime;
1495 if (!fe_substream->runtime && !fe->fe_compr)
1610 be_substream->runtime = NULL;
1657 be_substream->runtime = fe_substream->runtime;
1685 struct snd_pcm_runtime *runtime = substream->runtime;
1686 struct snd_pcm_hardware *hw = &runtime->hw;
1719 struct snd_pcm_runtime *runtime = substream->runtime;
1720 struct snd_pcm_hardware *hw = &runtime->hw;
1756 struct snd_pcm_runtime *runtime = substream->runtime;
1757 struct snd_pcm_hardware *hw = &runtime->hw;
1804 struct snd_pcm_runtime *runtime = substream->runtime;
1805 struct snd_pcm_hardware *hw = &runtime->hw;
2514 dev_dbg(fe->dev, "ASoC: runtime %s close on FE %s\n",
2548 dev_dbg(fe->dev, "ASoC: runtime %s open on FE %s\n",
2650 dev_dbg(fe->dev, "ASoC: DPCM %s runtime update for FE %s\n",