Lines Matching defs:runtime
5473 struct snd_pcm_runtime *runtime = substream->runtime;
5483 runtime->status->hw_ptr = hdspm_hw_pointer(hdspm);
5485 runtime->status->hw_ptr = 0;
5488 struct snd_pcm_runtime *oruntime = other->runtime;
5492 runtime->status->hw_ptr;
5596 (unsigned char *) substream->runtime->dma_area;
5613 (unsigned char *) substream->runtime->dma_area;
6059 struct snd_pcm_runtime *runtime = substream->runtime;
6064 runtime->hw = (playback) ? snd_hdspm_playback_subinfo :
6083 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
6084 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE);
6089 snd_pcm_hw_constraint_minmax(runtime,
6093 snd_pcm_hw_constraint_single(runtime,
6099 snd_pcm_hw_constraint_minmax(runtime,
6102 snd_pcm_hw_constraint_single(runtime,
6108 runtime->hw.rates |= SNDRV_PCM_RATE_KNOT;
6109 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
6112 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
6119 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
6124 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,