Searched refs:chn_setformat (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/sound/pcm/ |
| H A D | dsp.c | 875 chn_setformat(wrch, in dsp_ioctl() 891 chn_setformat(rdch, in dsp_ioctl() 1137 ret = chn_setformat(wrch, in dsp_ioctl() 1144 ret = chn_setformat(rdch, in dsp_ioctl() 1185 ret = chn_setformat(wrch, in dsp_ioctl() 1192 ret = chn_setformat(rdch, in dsp_ioctl() 1238 ret = chn_setformat(wrch, SND_FORMAT(*arg_i, in dsp_ioctl() 1246 ret = chn_setformat(rdch, SND_FORMAT(*arg_i, in dsp_ioctl()
|
| H A D | channel.h | 284 int chn_setformat(struct pcm_channel *c, uint32_t format);
|
| H A D | channel.c | 1081 r = chn_setformat(c, fmt); in chn_reset() 1549 return (chn_setformat(c, SND_FORMAT(c->format, m->channels, m->ext))); in chn_setmatrix() 2093 chn_setformat(struct pcm_channel *c, uint32_t format) in chn_setformat() function
|