]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[ALSA] hda-codec - Fix definition of AC_KNBCAP_DELTA to match spec
authorAndrew Paprocki <andrew@ishiboo.com>
Mon, 17 Dec 2007 10:49:44 +0000 (11:49 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 31 Jan 2008 16:29:36 +0000 (17:29 +0100)
commit38fcaf8efcac6f89dd3dafa3df17f49fcf3403ba
treedf85be05b41eb4761a178ae77f97bd648725cc60
parent5a7f261921cf482e17bb9d6641bef8f9c57b7409
[ALSA] hda-codec - Fix definition of AC_KNBCAP_DELTA to match spec

AC_KNBCAP_DELTA is incorrectly defined as (1<<8). According to the Intel
HDA spec, this is bit 7 after AC_KNBCAP_NUM_STEPS which is a 0x7f mask.

Signed-off-by: Andrew Paprocki <andrew@ishiboo.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/hda/hda_codec.h