commit | df0db2212d86e98c41774600c44cc960ddc2b68c | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Nov 09 17:28:38 2010 +0100 |
committer | malc <av1474@comtv.ru> | Tue Nov 09 19:32:59 2010 +0300 |
tree | af5c6eb811f3da39cd4e75fb42700d82637777e2 | |
parent | e2553eb44e4ddd0b22124216d3dd20b6a0fecefb [diff] |
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. [ v2: codestyle: add braces ] Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: malc <av1474@comtv.ru>