]> Git Repo - qemu.git/commit
intel-hda: fix codec addressing.
authorGerd Hoffmann <[email protected]>
Tue, 9 Nov 2010 10:47:49 +0000 (11:47 +0100)
committermalc <[email protected]>
Tue, 9 Nov 2010 13:51:12 +0000 (16:51 +0300)
commitacc086837e49b44f15eff6007bb1726844df7aec
treed41e096b545fc9c830fdd7c09f28c8ab975fa0d0
parent17786d52acd3e18e77cd7e823f7d6bad9ece818e
intel-hda: fix codec addressing.

The HDA bus supports up to 15 codecs, with addresses 0 ... 14.
We get that wrong in two places:

 * When handing out addresses we accept address 15 as valid.
 * The bitmasks for two registers (WAKEEN and STATESTS) don't
   have bit 14 set.

This patch fixes it.

Signed-off-by: Gerd Hoffmann <[email protected]>
Signed-off-by: malc <[email protected]>
hw/intel-hda.c
This page took 0.025485 seconds and 4 git commands to generate.