Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Ddsp.h43 char *dsp_unit2name(char *, size_t, int);
H A Ddsp.c2554 dsp_unit2name(char *buf, size_t len, int unit) in dsp_unit2name() function
2652 devname = dsp_unit2name(buf, in dsp_oss_audioinfo()
2656 devname = dsp_unit2name(buf, sizeof(buf), in dsp_oss_audioinfo()
H A Dvchan.c926 devname = dsp_unit2name(buf, sizeof(buf), c->unit); in vchan_passthrough()
H A Dsound.c564 devname = dsp_unit2name(buf, sizeof(buf), udc); in pcm_chn_create()