Lines Matching defs:runtime
1903 struct snd_pcm_runtime *runtime = substream->runtime;
1911 runtime->status->hw_ptr = rme9652_hw_pointer(rme9652);
1913 runtime->status->hw_ptr = 0;
1916 struct snd_pcm_runtime *oruntime = other->runtime;
1919 oruntime->status->hw_ptr = runtime->status->hw_ptr;
2228 struct snd_pcm_runtime *runtime = substream->runtime;
2234 runtime->hw = snd_rme9652_playback_subinfo;
2247 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
2248 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, &hw_constraints_period_sizes);
2249 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
2252 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
2255 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
2287 struct snd_pcm_runtime *runtime = substream->runtime;
2293 runtime->hw = snd_rme9652_capture_subinfo;
2306 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
2307 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, &hw_constraints_period_sizes);
2308 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
2311 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
2314 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,