Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sound/pcm/
HDfeeder.c94 if (chn_latency < CHN_LATENCY_MIN || in feeder_register()
95 chn_latency > CHN_LATENCY_MAX) in feeder_register()
96 chn_latency = CHN_LATENCY_DEFAULT; in feeder_register()
121 chn_latency, in feeder_register()
HDchannel.c51 int chn_latency = CHN_LATENCY_DEFAULT; variable
58 val = chn_latency; in sysctl_hw_snd_latency()
65 chn_latency = val; in sysctl_hw_snd_latency()
1147 r = chn_setlatency(c, chn_latency); in chn_reset()
1715 latency = chn_latency; in chn_resizebuf()
1719 latency = chn_latency; in chn_resizebuf()
2275 chn_setlatency(c, chn_latency); in chn_notify()
HDchannel.h327 extern int chn_latency;