Lines Matching defs:runtime
219 struct snd_pcm_runtime *runtime;
225 runtime = substream->runtime;
229 (unsigned long) (runtime->dma_area +
257 struct snd_pcm_runtime *runtime;
261 runtime = dreamcastcard->substream->runtime;
264 frames_to_bytes(runtime, runtime->buffer_size);
265 if (runtime->channels > 1)
267 aica_dma_transfer(runtime->channels, buffer_size,
271 buffer_size / (AICA_PERIOD_SIZE * runtime->channels);
274 aica_dma_transfer(runtime->channels,
275 AICA_PERIOD_SIZE * runtime->channels,
292 struct snd_pcm_runtime *runtime;
293 runtime = substream->runtime;
297 frames_to_bytes(runtime,
306 if (runtime->channels > 1)
316 struct snd_pcm_runtime *runtime;
317 runtime = substream->runtime;
327 struct snd_pcm_runtime *runtime;
344 runtime = substream->runtime;
345 runtime->hw = snd_pcm_aica_playback_hw;
369 if ((substream->runtime)->format == SNDRV_PCM_FORMAT_S16_LE)
371 dreamcastcard->channel->freq = substream->runtime->rate;