Lines Matching defs:runtime
183 struct snd_pcm_runtime *runtime = substream->runtime;
192 runtime->hw.channels_max = 2;
193 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
196 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE;
197 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16);
199 snd_pcm_hw_constraint_list(runtime, 0,
272 struct snd_pcm_runtime *runtime = substream->runtime;
274 runtime->hw.channels_max = 4;
275 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
278 return snd_pcm_hw_constraint_list(substream->runtime, 0,