Lines Matching defs:runtime
136 #define get_ichdev(substream) (substream->runtime->private_data)
556 return bytes_to_frames(substream->runtime, ptr);
562 struct snd_pcm_runtime *runtime = substream->runtime;
565 ichdev->physbuf = runtime->dma_addr;
568 snd_ac97_write(ichdev->ac97, AC97_LINE1_RATE, runtime->rate);
604 struct snd_pcm_runtime *runtime = substream->runtime;
608 runtime->hw = snd_intel8x0m_stream;
609 err = snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
613 runtime->private_data = ichdev;