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

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dfeeder.c100 if (chn_latency_profile < CHN_LATENCY_PROFILE_MIN ||
101 chn_latency_profile > CHN_LATENCY_PROFILE_MAX)
102 chn_latency_profile = CHN_LATENCY_PROFILE_DEFAULT;
H A Dchannel.h330 extern int chn_latency_profile;
H A Dchannel.c75 int chn_latency_profile = CHN_LATENCY_PROFILE_DEFAULT; variable
82 val = chn_latency_profile;
89 chn_latency_profile = val;
1677 lprofile = chn_latency_profile;

Completed in 117 milliseconds