Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dfeeder.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()
H A Dchannel.c73 int chn_latency_profile = CHN_LATENCY_PROFILE_DEFAULT; variable
74 TUNABLE_INT("hw.snd.latency_profile", &chn_latency_profile);
81 val = chn_latency_profile; in sysctl_hw_snd_latency_profile()
88 chn_latency_profile = val; in sysctl_hw_snd_latency_profile()
1728 lprofile = chn_latency_profile; in chn_calclatency()
H A Dchannel.h328 extern int chn_latency_profile;