Lines Matching defs:runtime
376 struct snd_pcm_runtime *runtime = substream->runtime;
379 runtime->hw = snd_aw2_playback_hw;
392 struct snd_pcm_runtime *runtime = substream->runtime;
395 runtime->hw = snd_aw2_capture_hw;
411 struct snd_pcm_runtime *runtime = substream->runtime;
421 runtime->dma_addr, period_size,
440 struct snd_pcm_runtime *runtime = substream->runtime;
450 runtime->dma_addr, period_size,
525 struct snd_pcm_runtime *runtime = substream->runtime;
529 runtime->dma_area,
530 runtime->buffer_size);
532 return bytes_to_frames(substream->runtime, current_ptr);
544 struct snd_pcm_runtime *runtime = substream->runtime;
548 runtime->dma_area,
549 runtime->buffer_size);
551 return bytes_to_frames(substream->runtime, current_ptr);