Home
last modified time | relevance | path

Searched refs:pcxhr_pipe (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/pcxhr/
H A Dpcxhr.h34 struct pcxhr_pipe;
128 struct pcxhr_pipe *pipe;
146 struct pcxhr_pipe { struct
160 struct pcxhr_pipe playback_pipe; /* 1 stereo pipe only */ argument
161 struct pcxhr_pipe capture_pipe[2]; /* 1 stereo or 2 mono pipes */
H A Dpcxhr_hwdep.c154 struct pcxhr_pipe *pipe, in pcxhr_dsp_allocate_pipe()
199 static int pcxhr_dsp_free_pipe( struct pcxhr_mgr *mgr, struct pcxhr_pipe *pipe)
233 struct pcxhr_pipe *pipe; in pcxhr_config_pipes()