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

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dsound.h325 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.c480 pcm_chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, int dir, int num, void *devinfo) function
699 ch = pcm_chn_create(d, NULL, cls, dir, -1, devinfo);
701 device_printf(d->dev, "pcm_chn_create(%s, %d, %p) failed\n",
H A Dvchan.c703 ch = pcm_chn_create(d, parent, &vchan_class, direction, num, parent);

Completed in 117 milliseconds