mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
usb-audio: increate default buffer size
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
974826f0ab
commit
37bc43f7fb
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue