Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Ddsp.c2825 uint32_t chnmask; in dsp_oss_getchannelmask() local
2828 chnmask = 0; in dsp_oss_getchannelmask()
2833 ret = chn_oss_getmask(ch, &chnmask); in dsp_oss_getchannelmask()
2839 *mask = chnmask; in dsp_oss_getchannelmask()