Lines Matching defs:runtime
5464 struct snd_pcm_runtime *runtime = substream->runtime;
5474 runtime->status->hw_ptr = hdspm_hw_pointer(hdspm);
5476 runtime->status->hw_ptr = 0;
5479 struct snd_pcm_runtime *oruntime = other->runtime;
5483 runtime->status->hw_ptr;
5587 (unsigned char *) substream->runtime->dma_area;
5604 (unsigned char *) substream->runtime->dma_area;
6050 struct snd_pcm_runtime *runtime = substream->runtime;
6055 runtime->hw = (playback) ? snd_hdspm_playback_subinfo :
6074 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
6075 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE);
6080 snd_pcm_hw_constraint_minmax(runtime,
6084 snd_pcm_hw_constraint_single(runtime,
6090 snd_pcm_hw_constraint_minmax(runtime,
6093 snd_pcm_hw_constraint_single(runtime,
6099 runtime->hw.rates |= SNDRV_PCM_RATE_KNOT;
6100 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
6103 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
6110 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
6115 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,