Home
last modified time | relevance | path

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

/dports/comms/cwdaemon/cwdaemon-0.10.2/patches/
H A Dcwdaemon-0.7-ok1zia.diff35 -unsigned int ptt_delay = 0; /* default = off */
115 - if (ptt_delay)
120 - udelay (ptt_delay);
143 - if (ptt_delay)
308 + if (ptt_delay) cwdev->ptt (cwdev, ON);
324 + last_id=install_timer(ptt_delay, tune_pttdelay, NULL); /* ptt_delay can be 0 */
329 + if (ptt_delay)
445 + if (ptt_delay){
475 - if (ptt_delay)
480 - udelay (ptt_delay);
[all …]
H A Dcwdaemon-0.5-sergei.diff5 unsigned int ptt_delay = 0; /* default = off*/
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs.c1937 uint64_t ptt_delay = obs_source_get_push_to_talk_delay(source); in obs_save_source() local
1967 obs_data_set_int(source_data, "push-to-talk-delay", ptt_delay); in obs_save_source()