Home
last modified time | relevance | path

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

/linux/sound/pci/echoaudio/
H A Dechoaudio_dsp.c1039 static int allocate_pipes(struct echoaudio *chip, struct audiopipe *pipe, in allocate_pipes()
1077 static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe) in free_pipes()
1101 static int sglist_init(struct echoaudio *chip, struct audiopipe *pipe) in sglist_init()
1112 static int sglist_add_mapping(struct echoaudio *chip, struct audiopipe *pipe, in sglist_add_mapping()
1131 static inline int sglist_add_irq(struct echoaudio *chip, struct audiopipe *pipe) in sglist_add_irq()
1138 static inline int sglist_wrap(struct echoaudio *chip, struct audiopipe *pipe) in sglist_wrap()
H A Dechoaudio.c87 struct audiopipe *pipe = runtime->private_data; in audiopipe_free()
259 struct audiopipe *pipe; in pcm_open()
268 pipe = kzalloc_obj(struct audiopipe); in pcm_open()
526 struct audiopipe *pipe; in init_engine()
529 pipe = (struct audiopipe *) substream->runtime->private_data; in init_engine()
654 struct audiopipe *pipe; in pcm_hw_free()
657 pipe = (struct audiopipe *) substream->runtime->private_data; in pcm_hw_free()
677 int pipe_index = ((struct audiopipe *)runtime->private_data)->index; in pcm_prepare()
730 struct audiopipe *pipe; in pcm_trigger()
800 struct audiopipe *pipe = runtime->private_data; in pcm_pointer()
[all …]
H A Dechoaudio.h281 struct audiopipe { struct
421 static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe);