Lines Matching refs:audiopipe
109 struct audiopipe *pipe = runtime->private_data; in audiopipe_free()
275 struct audiopipe *pipe; in pcm_open()
284 pipe = kzalloc(sizeof(struct audiopipe), GFP_KERNEL); in pcm_open()
532 struct audiopipe *pipe; in init_engine()
535 pipe = (struct audiopipe *) substream->runtime->private_data; in init_engine()
672 struct audiopipe *pipe; in pcm_hw_free()
675 pipe = (struct audiopipe *) substream->runtime->private_data; in pcm_hw_free()
697 int pipe_index = ((struct audiopipe *)runtime->private_data)->index; in pcm_prepare()
740 struct audiopipe *pipe = runtime->private_data; in pcm_trigger()
810 struct audiopipe *pipe = runtime->private_data; in pcm_pointer()
1838 if (substream && ((struct audiopipe *)substream->runtime-> in snd_echo_interrupt()