Searched refs:chn_setformat (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/dev/sound/pcm/ |
| H A D | dsp.c | 1228 chn_setformat(wrch, in dsp_ioctl() 1244 chn_setformat(rdch, in dsp_ioctl() 1458 ret = chn_setformat(wrch, in dsp_ioctl() 1465 ret = chn_setformat(rdch, in dsp_ioctl() 1499 ret = chn_setformat(wrch, in dsp_ioctl() 1506 ret = chn_setformat(rdch, in dsp_ioctl() 1552 ret = chn_setformat(wrch, SND_FORMAT(*arg_i, in dsp_ioctl() 1560 ret = chn_setformat(rdch, SND_FORMAT(*arg_i, in dsp_ioctl()
|
| H A D | channel.h | 277 int chn_setformat(struct pcm_channel *c, uint32_t format);
|
| H A D | channel.c | 1145 r = chn_setformat(c, fmt); in chn_reset() 1419 return (chn_setformat(c, SND_FORMAT(c->format, m->channels, m->ext))); in chn_setmatrix() 1985 chn_setformat(struct pcm_channel *c, uint32_t format) in chn_setformat() function
|