usb-audio: increate default buffer size

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2015-10-06 15:31:56 +02:00
parent 974826f0ab
commit 37bc43f7fb
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ static const VMStateDescription vmstate_usb_audio = {
static Property usb_audio_properties[] = {
DEFINE_PROP_UINT32("debug", USBAudioState, debug, 0),
DEFINE_PROP_UINT32("buffer", USBAudioState, buffer,
8 * USBAUDIO_PACKET_SIZE),
32 * USBAUDIO_PACKET_SIZE),
DEFINE_PROP_END_OF_LIST(),
};