commit | a2554a334a92db72547a8d15e9d00dc3d37dd3a1 | [log] [tgz] |
---|---|---|
author | Stanislav Vorobiov <s.vorobiov@samsung.com> | Tue Apr 29 16:48:47 2014 +0400 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue May 20 08:49:21 2014 +0200 |
tree | aa076a401a38980b052db54e2cfb110b4993c49f | |
parent | c5fa6c86d0765f837515d1c10654c621724a77e0 [diff] |
audio/intel-hda: support FIFORDY linux kernel 3.12 has changed intel-hda driver to always check for FIFORDY, this causes long hangs in guest since QEMU always has this bit set to 0. We now simply set it to 1 always, since we're synchronous anyway and always ready to receive the stream Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>