Lines Matching defs:runtime
25 * link stream is stored within substream's runtime
100 __func__, substream, substream->runtime);
106 __func__, substream, substream->runtime);
297 link_stream = substream->runtime->private_data;
317 link_stream = substream->runtime->private_data;
337 struct snd_pcm_runtime *runtime = substream->runtime;
338 struct hdac_ext_stream *link_stream = runtime->private_data;
350 format_val = snd_hdac_calc_stream_format(runtime->rate, runtime->channels, runtime->format,
351 runtime->sample_bits, 0);
383 link_stream = substream->runtime->private_data;
456 struct snd_pcm_runtime *runtime = substream->runtime;
476 ret = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
481 ret = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, 20, 178000000);
485 ret = snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE, &hw_rates);
571 __func__, substream, substream->runtime);
603 struct snd_pcm_runtime *runtime = substream->runtime;
621 format_val = snd_hdac_calc_stream_format(runtime->rate, runtime->channels, runtime->format,
622 runtime->sample_bits, 0);
971 __snd_pcm_set_state(data->substream->runtime,
984 __snd_pcm_set_state(data->substream->runtime,
1117 return bytes_to_frames(substream->runtime, pos);
1445 * common code - a valid stream pointer at substream->runtime->private_data -
1456 substream->runtime->private_data = be_substream->runtime->private_data;
1473 substream->runtime->private_data = link_stream;
1487 link_stream = substream->runtime->private_data;
1489 substream->runtime->private_data = NULL;