Lines Matching defs:runtime
312 struct snd_pcm_runtime *runtime = substream->runtime;
315 runtime->hw = snd_aw2_playback_hw;
328 struct snd_pcm_runtime *runtime = substream->runtime;
331 runtime->hw = snd_aw2_capture_hw;
347 struct snd_pcm_runtime *runtime = substream->runtime;
357 runtime->dma_addr, period_size,
374 struct snd_pcm_runtime *runtime = substream->runtime;
384 runtime->dma_addr, period_size,
455 struct snd_pcm_runtime *runtime = substream->runtime;
459 runtime->dma_area,
460 runtime->buffer_size);
462 return bytes_to_frames(substream->runtime, current_ptr);
474 struct snd_pcm_runtime *runtime = substream->runtime;
478 runtime->dma_area,
479 runtime->buffer_size);
481 return bytes_to_frames(substream->runtime, current_ptr);