Lines Matching defs:runtime
151 #define get_ichdev(substream) (substream->runtime->private_data)
570 return bytes_to_frames(substream->runtime, ptr);
576 struct snd_pcm_runtime *runtime = substream->runtime;
579 ichdev->physbuf = runtime->dma_addr;
582 snd_ac97_write(ichdev->ac97, AC97_LINE1_RATE, runtime->rate);
618 struct snd_pcm_runtime *runtime = substream->runtime;
622 runtime->hw = snd_intel8x0m_stream;
623 err = snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
627 runtime->private_data = ichdev;