audio/intel-hda: support FIFORDY 55/20055/1
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Fri, 25 Apr 2014 08:39:33 +0000 (12:39 +0400)
committerStanislav Vorobiov <s.vorobiov@samsung.com>
Fri, 25 Apr 2014 09:52:36 +0000 (13:52 +0400)
commit62c37a816010779308706bf69bfd897aedbdbf6d
tree478eabfcdb0fff4f9941f8da1e789e1a6693250d
parentcb388d911815292ac4c66536e272e47850bd2f69
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

Change-Id: I5bb3f36094e6c8b23a0338f31ff949d863c378ec
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
hw/audio/intel-hda.c