From: Andres Salomon Date: Mon, 3 Sep 2007 13:43:18 +0000 (+0200) Subject: [ALSA] cs5535audio: fix ACC_BM[x]_CMD register handling X-Git-Tag: v2.6.24-rc1~832^2~109 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=506ea68cd9e8899ac2b97f466956e670d60026dc;p=pandora-kernel.git [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 Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed