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

/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dsound.h328 struct pcm_channel *pcm_chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, int dir, int num, void *devinfo);
H A Dsound.c478 pcm_chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, int dir, int num, void *devinfo) function
697 ch = pcm_chn_create(d, NULL, cls, dir, -1, devinfo);
699 device_printf(d->dev, "pcm_chn_create(%s, %d, %p) failed\n",
H A Dvchan.c701 ch = pcm_chn_create(d, parent, &vchan_class, direction, num, parent);

Completed in 117 milliseconds