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.c2912 uint32_t chnmask; in dsp_oss_getchannelmask() local
2915 chnmask = 0; in dsp_oss_getchannelmask()
2920 ret = chn_oss_getmask(ch, &chnmask); in dsp_oss_getchannelmask()
2926 *mask = chnmask; in dsp_oss_getchannelmask()