Commit 40a814b0 authored by Hans de Goede's avatar Hans de Goede Committed by Gerd Hoffmann
Browse files

audio: Lower default wakeup rate to 100 times / second



This is more then plenty to keep audio card fifos filles / emptied.

This drops host cpu-load for audio playback inside a linux vm from
13% to 9%.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent a1d22a36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ static struct {
        }
    },

    .period = { .hertz = 250 },
    .period = { .hertz = 100 },
    .plive = 0,
    .log_to_monitor = 0,
    .try_poll_in = 1,