projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
974826f
)
usb-audio: increate default buffer size
author
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 6 Oct 2015 13:31:56 +0000
(15:31 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 20 Oct 2015 07:15:23 +0000
(09:15 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-audio.c
patch
|
blob
|
history
diff --git
a/hw/usb/dev-audio.c
b/hw/usb/dev-audio.c
index f092bb8496125b9f4144029e7b3a96e4f73e6dcf..02fb1103c693351ec18b5a51f8aa0d72a584d658 100644
(file)
--- a/
hw/usb/dev-audio.c
+++ b/
hw/usb/dev-audio.c
@@
-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(),
};