Lines Matching defs:runtime
513 struct snd_pcm_runtime *runtime = substream->runtime;
516 runtime->hw = hal2_pcm_hw;
531 struct snd_pcm_runtime *runtime = substream->runtime;
534 dac->voices = runtime->channels;
535 dac->sample_rate = hal2_compute_rate(dac, runtime->rate);
579 memcpy(buf, substream->runtime->dma_area + rec->sw_data, bytes);
598 struct snd_pcm_runtime *runtime = substream->runtime;
601 runtime->hw = hal2_pcm_hw;
616 struct snd_pcm_runtime *runtime = substream->runtime;
619 adc->voices = runtime->channels;
620 adc->sample_rate = hal2_compute_rate(adc, runtime->rate);
667 memcpy(substream->runtime->dma_area + rec->sw_data, buf, bytes);