Home
last modified time | relevance | path

Searched refs:chn_init (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/sound/pcm/
H A Dchannel.h268 struct pcm_channel *chn_init(struct snddev_info *d, struct pcm_channel *parent,
H A Dsound.c124 ch = chn_init(d, NULL, cls, dir, devinfo); in pcm_addchan()
H A Dvchan.c637 ch = chn_init(d, parent, &vchan_class, direction, parent); in vchan_create()
H A Dchannel.c1143 chn_init(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, in chn_init() function