Home
last modified time | relevance | path

Searched hist:b142037b4c1edf5ad0b2871c518d4f14ac1cd470 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/drivers/
H A Ddummy.cdiff b142037b4c1edf5ad0b2871c518d4f14ac1cd470 Thu Sep 03 09:01:06 CDT 2009 Takashi Iwai <tiwai@suse.de> ALSA: dummy - Better jiffies handling

In the system-timer mode, snd-dummy driver issues each tick to update
the position. This is highly inefficient and even inaccurate if the
timer can't be triggered at each tick.

Now rewritten to wake up only at the period boundary. The position
is calculated from the current jiffies.

Signed-off-by: Takashi Iwai <tiwai@suse.de>