Lines Matching defs:runtime
313 struct snd_pcm_runtime *runtime = substream->runtime;
316 runtime->hw = snd_aw2_playback_hw;
329 struct snd_pcm_runtime *runtime = substream->runtime;
332 runtime->hw = snd_aw2_capture_hw;
348 struct snd_pcm_runtime *runtime = substream->runtime;
358 runtime->dma_addr, period_size,
377 struct snd_pcm_runtime *runtime = substream->runtime;
387 runtime->dma_addr, period_size,
462 struct snd_pcm_runtime *runtime = substream->runtime;
466 runtime->dma_area,
467 runtime->buffer_size);
469 return bytes_to_frames(substream->runtime, current_ptr);
481 struct snd_pcm_runtime *runtime = substream->runtime;
485 runtime->dma_area,
486 runtime->buffer_size);
488 return bytes_to_frames(substream->runtime, current_ptr);