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

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dsound.c148 pcm_setvchans(struct snddev_info *d, int direction, int newcnt, int num) function
358 err = pcm_setvchans(d, direction, vchancount + 1,
415 (void)pcm_setvchans(d, PCMDIR_PLAY, num, -1);
417 (void)pcm_setvchans(d, PCMDIR_PLAY, 1, -1);
420 (void)pcm_setvchans(d, PCMDIR_REC, num, -1);
422 (void)pcm_setvchans(d, PCMDIR_REC, 1, -1);
H A Dsound.h318 int pcm_setvchans(struct snddev_info *d, int direction, int newcnt, int num);
H A Dvchan.c342 err = pcm_setvchans(d, direction, cnt, -1);

Completed in 162 milliseconds