intel-hda: fix codec addressing.
commitacc086837e49b44f15eff6007bb1726844df7aec
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 9 Nov 2010 10:47:49 +0000 (9 11:47 +0100)
committermalc <av1474@comtv.ru>
Tue, 9 Nov 2010 13:51:12 +0000 (9 16:51 +0300)
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 <kraxel@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
hw/intel-hda.c