Home
last modified time | relevance | path

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

/Linux-v5.10/sound/pci/echoaudio/
Dechoaudio_dsp.c1050 static int allocate_pipes(struct echoaudio *chip, struct audiopipe *pipe, in allocate_pipes()
1088 static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe) in free_pipes()
1112 static int sglist_init(struct echoaudio *chip, struct audiopipe *pipe) in sglist_init()
1123 static int sglist_add_mapping(struct echoaudio *chip, struct audiopipe *pipe, in sglist_add_mapping()
1142 static inline int sglist_add_irq(struct echoaudio *chip, struct audiopipe *pipe) in sglist_add_irq()
1149 static inline int sglist_wrap(struct echoaudio *chip, struct audiopipe *pipe) in sglist_wrap()
Dechoaudio.h296 struct audiopipe { struct
438 static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe);
Dechoaudio.c98 struct audiopipe *pipe = runtime->private_data; in audiopipe_free()
271 struct audiopipe *pipe; in pcm_open()
280 pipe = kzalloc(sizeof(struct audiopipe), GFP_KERNEL); in pcm_open()
529 struct audiopipe *pipe; in init_engine()
532 pipe = (struct audiopipe *) substream->runtime->private_data; in init_engine()
659 struct audiopipe *pipe; in pcm_hw_free()
662 pipe = (struct audiopipe *) substream->runtime->private_data; in pcm_hw_free()
683 int pipe_index = ((struct audiopipe *)runtime->private_data)->index; in pcm_prepare()
739 struct audiopipe *pipe; in pcm_trigger()
810 struct audiopipe *pipe = runtime->private_data; in pcm_pointer()
[all …]