OSDN Git Service

audio/intel-hda: support FIFORDY
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Tue, 29 Apr 2014 12:48:47 +0000 (16:48 +0400)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 20 May 2014 06:49:21 +0000 (08:49 +0200)
commita2554a334a92db72547a8d15e9d00dc3d37dd3a1
treeaa076a401a38980b052db54e2cfb110b4993c49f
parentc5fa6c86d0765f837515d1c10654c621724a77e0
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>
hw/audio/intel-hda.c