Commit 62903999 authored by Alessandro Rubini's avatar Alessandro Rubini

read_fifo: default is 10ms not 100ms

parent 9d15b937
......@@ -275,7 +275,7 @@ static int fd_read_fifo(struct spec_fd *fd, struct zio_channel *chan)
* We have a timer, used to poll for input samples, until the interrupt
* is there. A timer duration of 0 selects the interrupt.
*/
static int fd_timer_period_ms = 100;
static int fd_timer_period_ms = 10;
module_param_named(timer_ms, fd_timer_period_ms, int, 0444);
static int fd_timer_period_jiffies; /* converted from ms at init time */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment