commit | 61ed1dca1645d2dd64c83a01f728dfd59fa789b6 | [log] [tgz] |
---|---|---|
author | Nickolai Zeldovich <nickolai@csail.mit.edu> | Sat Jan 05 14:14:08 2013 -0500 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jan 07 09:33:56 2013 +0100 |
tree | e5d9193fa34153055f033be06261733426c25903 | |
parent | dc30a436903ccf180b0313d3fc3f44278a1d44c8 [diff] |
ALSA: au88x0: fix incorrect left shift vortex_wt_setdsout performs bit-negation on the bit position (wt&0x1f) rather than on the resulting bitmask. This code is never actually invoked (vortex_wt_setdsout is always called with en=1), so this does not currently cause any problem, and this patch is simply cleanup. Signed-off-by: Nickolai Zeldovich <nickolai@csail.mit.edu> Signed-off-by: Takashi Iwai <tiwai@suse.de>