Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sound/pcm/
HDfeeder.c98 if (chn_latency_profile < CHN_LATENCY_PROFILE_MIN || in feeder_register()
99 chn_latency_profile > CHN_LATENCY_PROFILE_MAX) in feeder_register()
100 chn_latency_profile = CHN_LATENCY_PROFILE_DEFAULT; in feeder_register()
HDchannel.h328 extern int chn_latency_profile;
HDchannel.c73 int chn_latency_profile = CHN_LATENCY_PROFILE_DEFAULT; variable
80 val = chn_latency_profile; in sysctl_hw_snd_latency_profile()
87 chn_latency_profile = val; in sysctl_hw_snd_latency_profile()
1675 lprofile = chn_latency_profile; in chn_calclatency()