Re: [Qemu-devel] [PATCH v2 6/6] intel-hda: fix codec addressing.

2010-11-09 Thread malc
On Tue, 9 Nov 2010, Gerd Hoffmann wrote: > 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. > >

[Qemu-devel] [PATCH v2 6/6] intel-hda: fix codec addressing.

2010-11-09 Thread Gerd Hoffmann
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 --- h