Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/pcm/
HDsound.c146 pcm_setvchans(struct snddev_info *d, int direction, int newcnt, int num) in pcm_setvchans() function
356 err = pcm_setvchans(d, direction, vchancount + 1, in pcm_chnalloc()
413 (void)pcm_setvchans(d, PCMDIR_PLAY, num, -1); in pcm_setmaxautovchans()
415 (void)pcm_setvchans(d, PCMDIR_PLAY, 1, -1); in pcm_setmaxautovchans()
418 (void)pcm_setvchans(d, PCMDIR_REC, num, -1); in pcm_setmaxautovchans()
420 (void)pcm_setvchans(d, PCMDIR_REC, 1, -1); in pcm_setmaxautovchans()
HDsound.h321 int pcm_setvchans(struct snddev_info *d, int direction, int newcnt, int num);
HDvchan.c340 err = pcm_setvchans(d, direction, cnt, -1); in sysctl_dev_pcm_vchans()