Home
last modified time | relevance | path

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

/trueos/sys/dev/sound/pcm/
HDdsp.c1227 chn_setformat(wrch, in dsp_ioctl()
1243 chn_setformat(rdch, in dsp_ioctl()
1457 ret = chn_setformat(wrch, in dsp_ioctl()
1464 ret = chn_setformat(rdch, in dsp_ioctl()
1498 ret = chn_setformat(wrch, in dsp_ioctl()
1505 ret = chn_setformat(rdch, in dsp_ioctl()
1551 ret = chn_setformat(wrch, SND_FORMAT(*arg_i, in dsp_ioctl()
1559 ret = chn_setformat(rdch, SND_FORMAT(*arg_i, in dsp_ioctl()
HDchannel.h275 int chn_setformat(struct pcm_channel *c, uint32_t format);
HDchannel.c1152 r = chn_setformat(c, fmt); in chn_reset()
1426 return (chn_setformat(c, SND_FORMAT(c->format, m->channels, m->ext))); in chn_setmatrix()
1992 chn_setformat(struct pcm_channel *c, uint32_t format) in chn_setformat() function