commit | acc086837e49b44f15eff6007bb1726844df7aec | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Nov 09 11:47:49 2010 +0100 |
committer | malc <av1474@comtv.ru> | Tue Nov 09 16:51:12 2010 +0300 |
tree | d41e096b545fc9c830fdd7c09f28c8ab975fa0d0 | |
parent | 17786d52acd3e18e77cd7e823f7d6bad9ece818e [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. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: malc <av1474@comtv.ru>