Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dsound.c293 case SND_DEV_DSPHW_VPLAY: in pcm_chnalloc()
357 if (devunit == -1 || snd_unit2d(devunit) == SND_DEV_DSPHW_VPLAY || in pcm_chnalloc()
509 device = SND_DEV_DSPHW_VPLAY; in pcm_chn_create()
634 case SND_DEV_DSPHW_VPLAY: in pcm_chn_add()
676 case SND_DEV_DSPHW_VPLAY: in pcm_chn_remove()
H A Dsound.h286 #define SND_DEV_DSPHW_VPLAY 12 /* specific virtual playback channel */ macro
H A Ddsp.c411 { SND_DEV_DSPHW_VPLAY, "dsp", ".vp", NULL, 1, 1, SND_MAXVCHANS, 1,
1017 (devtype == SND_DEV_DSPHW_PLAY || devtype == SND_DEV_DSPHW_VPLAY || in dsp_ioctl_channel()
2476 if (((devtype == SND_DEV_DSPHW_VPLAY && d->pvchancount > 0) || in dsp_clone()