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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart.h225 struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, int monitoring);
H A Dmixart.c217 snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, function
729 pipe = snd_mixart_add_ref_pipe(chip, pcm_number, 0, 0);
807 pipe = snd_mixart_add_ref_pipe(chip, pcm_number, 1, 0);
H A Dmixart_mixer.c1037 snd_mixart_add_ref_pipe( chip, MIXART_PCM_ANALOG, 0, 1); /* allocate the playback pipe for monitoring */
1038 snd_mixart_add_ref_pipe( chip, MIXART_PCM_ANALOG, 1, 1); /* allocate the capture pipe for monitoring */

Completed in 52 milliseconds