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

/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dsound.c154 pcm_setvchans(struct snddev_info *d, int direction, int newcnt, int num) function
364 err = pcm_setvchans(d, direction, vchancount + 1,
421 (void)pcm_setvchans(d, PCMDIR_PLAY, num, -1);
423 (void)pcm_setvchans(d, PCMDIR_PLAY, 1, -1);
426 (void)pcm_setvchans(d, PCMDIR_REC, num, -1);
428 (void)pcm_setvchans(d, PCMDIR_REC, 1, -1);
H A Dsound.h326 int pcm_setvchans(struct snddev_info *d, int direction, int newcnt, int num);
H A Dvchan.c340 err = pcm_setvchans(d, direction, cnt, -1);

Completed in 102 milliseconds