Home
last modified time | relevance | path

Searched refs:inject_delay (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/sound/cards/
H A Dpcmtest.rst34 * inject_delay (int)
68 The driver has 'inject_delay' parameter, which has very self-descriptive name and
72 If the 'inject_delay' value is positive, the buffer will be filled slower, if it is
78 short period of time (with the negative 'inject_delay' value).
/openbmc/linux/sound/drivers/
H A Dpcmtest.c62 static int inject_delay; variable
82 module_param(inject_delay, int, 0600);
83 MODULE_PARM_DESC(inject_delay, "Inject delays during playback/capture (in jiffies)");
368 mod_timer(&v_iter->timer_instance, jiffies + TIMER_INTERVAL + inject_delay); in timer_timeout()