Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dsound.c679 if (chn_latency < CHN_LATENCY_MIN || in sound_global_init()
680 chn_latency > CHN_LATENCY_MAX) in sound_global_init()
681 chn_latency = CHN_LATENCY_DEFAULT; in sound_global_init()
706 chn_latency, in sound_global_init()
H A Dchannel.c53 int chn_latency = CHN_LATENCY_DEFAULT; variable
60 val = chn_latency; in sysctl_hw_snd_latency()
67 chn_latency = val; in sysctl_hw_snd_latency()
1114 r = chn_setlatency(c, chn_latency); in chn_reset()
1864 latency = chn_latency; in chn_resizebuf()
1868 latency = chn_latency; in chn_resizebuf()
2403 chn_setlatency(c, chn_latency); in chn_notify()
H A Dchannel.h338 extern int chn_latency;