Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sound/pcm/
H A Ddsp.c1258 chn_setformat(wrch, in dsp_ioctl()
1274 chn_setformat(rdch, in dsp_ioctl()
1488 ret = chn_setformat(wrch, in dsp_ioctl()
1495 ret = chn_setformat(rdch, in dsp_ioctl()
1529 ret = chn_setformat(wrch, in dsp_ioctl()
1536 ret = chn_setformat(rdch, in dsp_ioctl()
1582 ret = chn_setformat(wrch, SND_FORMAT(*arg_i, in dsp_ioctl()
1590 ret = chn_setformat(rdch, SND_FORMAT(*arg_i, in dsp_ioctl()
H A Dchannel.h281 int chn_setformat(struct pcm_channel *c, uint32_t format);
H A Dchannel.c1150 r = chn_setformat(c, fmt); in chn_reset()
1495 return (chn_setformat(c, SND_FORMAT(c->format, m->channels, m->ext))); in chn_setmatrix()
2061 chn_setformat(struct pcm_channel *c, uint32_t format) in chn_setformat() function