Searched refs:snd_mixart_add_ref_pipe (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/sound/pci/mixart/ |
H A D | mixart.h | 221 struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, int monitoring);
|
H A D | mixart.c | 229 snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, snd_mixart_add_ref_pipe() function 759 pipe = snd_mixart_add_ref_pipe(chip, pcm_number, 0, 0); snd_mixart_playback_open() 840 pipe = snd_mixart_add_ref_pipe(chip, pcm_number, 1, 0); snd_mixart_capture_open()
|
H A D | mixart_mixer.c | 1072 snd_mixart_add_ref_pipe(chip, MIXART_PCM_ANALOG, 0, 1); mixart_monitor_sw_put() 1074 snd_mixart_add_ref_pipe(chip, MIXART_PCM_ANALOG, 1, 1); mixart_monitor_sw_put()
|
Completed in 118 milliseconds