Searched refs:audiopipe (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/echoaudio/
H A Dechoaudio.h296 struct audiopipe { struct
436 static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe);
H A Dechoaudio.c86 struct audiopipe *pipe = runtime->private_data;
259 struct audiopipe *pipe;
268 pipe = kzalloc(sizeof(struct audiopipe), GFP_KERNEL);
531 struct audiopipe *pipe;
534 pipe = (struct audiopipe *) substream->runtime->private_data;
661 struct audiopipe *pipe;
664 pipe = (struct audiopipe *) substream->runtime->private_data;
685 int pipe_index = ((struct audiopipe *)runtime->private_data)->index;
741 struct audiopipe *pipe;
812 struct audiopipe *pip
[all...]
H A Dechoaudio_dsp.c1054 static int allocate_pipes(struct echoaudio *chip, struct audiopipe *pipe,
1092 static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe)
1116 static int sglist_init(struct echoaudio *chip, struct audiopipe *pipe)
1127 static int sglist_add_mapping(struct echoaudio *chip, struct audiopipe *pipe,
1146 static inline int sglist_add_irq(struct echoaudio *chip, struct audiopipe *pipe)
1153 static inline int sglist_wrap(struct echoaudio *chip, struct audiopipe *pipe)

Completed in 287 milliseconds