Lines Matching refs:runtime
447 src = (u16 *)(substream->runtime->dma_area + rec->sw_data); in snd_ml403_ac97cr_playback_ind2_copy()
504 dst = (u16 *)(substream->runtime->dma_area + rec->sw_data); in snd_ml403_ac97cr_capture_ind2_copy()
624 struct snd_pcm_runtime *runtime; in snd_ml403_ac97cr_pcm_playback_prepare() local
627 runtime = substream->runtime; in snd_ml403_ac97cr_pcm_playback_prepare()
635 runtime->rate); in snd_ml403_ac97cr_pcm_playback_prepare()
636 PDEBUG(WORK_INFO, "prepare(): rate=%d\n", runtime->rate); in snd_ml403_ac97cr_pcm_playback_prepare()
658 struct snd_pcm_runtime *runtime; in snd_ml403_ac97cr_pcm_capture_prepare() local
661 runtime = substream->runtime; in snd_ml403_ac97cr_pcm_capture_prepare()
669 runtime->rate); in snd_ml403_ac97cr_pcm_capture_prepare()
670 PDEBUG(WORK_INFO, "prepare(capture): rate=%d\n", runtime->rate); in snd_ml403_ac97cr_pcm_capture_prepare()
707 struct snd_pcm_runtime *runtime; in snd_ml403_ac97cr_playback_open() local
710 runtime = substream->runtime; in snd_ml403_ac97cr_playback_open()
714 runtime->hw = snd_ml403_ac97cr_playback; in snd_ml403_ac97cr_playback_open()
716 snd_pcm_hw_constraint_step(runtime, 0, in snd_ml403_ac97cr_playback_open()
725 struct snd_pcm_runtime *runtime; in snd_ml403_ac97cr_capture_open() local
728 runtime = substream->runtime; in snd_ml403_ac97cr_capture_open()
732 runtime->hw = snd_ml403_ac97cr_capture; in snd_ml403_ac97cr_capture_open()
734 snd_pcm_hw_constraint_step(runtime, 0, in snd_ml403_ac97cr_capture_open()