commit | 506ea68cd9e8899ac2b97f466956e670d60026dc | [log] [tgz] |
---|---|---|
author | Andres Salomon <dilinger@debian.org> | Mon Sep 03 15:43:18 2007 +0200 |
committer | Jaroslav Kysela <perex@perex.cz> | Tue Oct 16 15:59:53 2007 +0200 |
tree | fbeaccd03c6afc8b5267325d72f68cb374c1a358 | |
parent | 1caae3682e2a712b64ce682702ed56bb3dc9f435 [diff] |
[ALSA] cs5535audio: fix ACC_BM[x]_CMD register handling According to 6.3.2.7 of the cs5535/cs5536 data sheets, the ACC_BM[x]_CMD registers are only 8 bits wide. This driver treats them as 32 bits wide, and also has bits in the wrong place. Simple fix to the definitions. Signed-off-by: Andres Salomon <dilinger@debian.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>