]> git.proxmox.com Git - qemu.git/commit
hda: do not mix output and input streams, RHBZ #740493
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Tue, 25 Oct 2011 14:53:00 +0000 (16:53 +0200)
committermalc <av1474@comtv.ru>
Tue, 25 Oct 2011 15:15:07 +0000 (19:15 +0400)
commit36ac4ad3d054a7b4962a6393630a73591cfa9558
treefbdf25dc35489ecce023bf8e3537d622f89147f9
parent952e849c150b4f1b89f8728cba00f925c1d6e75b
hda: do not mix output and input streams, RHBZ #740493

Windows 7 may use the same stream number for input and output.
That will result in lot of garbage on playback.

The hardcoded value of 4 needs to be in sync with GCAP streams
description and IN/OUT registers.

Signed-off-by: Marc-Andr? Lureau <marcandre.lureau@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
hw/intel-hda.c