Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sound/pcm/
HDsound.h323 struct pcm_channel *pcm_chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t …
HDsound.c478 pcm_chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, int dir, int nu… in pcm_chn_create() function
697 ch = pcm_chn_create(d, NULL, cls, dir, -1, devinfo); in pcm_addchan()
HDvchan.c701 ch = pcm_chn_create(d, parent, &vchan_class, direction, num, parent); in vchan_create()