commit | e8bb036a46ec4a9d748672f54a6b2d62c82b6fbd | [log] [tgz] |
---|---|---|
author | James C Georgas <jgeorgas@rogers.com> | Thu Dec 07 08:10:57 2006 +0100 |
committer | Jaroslav Kysela <perex@server.perex.cz> | Wed Dec 20 08:56:10 2006 +0100 |
tree | 27fef55b23f193e1591c7fb67ec3918d0b71e067 | |
parent | d5f6a38d9896614e2e78a82c6cb818721601c52f [diff] |
[ALSA] ac97_codec - trivial fix for bit update functions This patch fixes a couple of bit update functions in alsa-kernel/pci/ac97/ac97_codec.c, which could possibly corrupt bits not in the given mask. Specifically, it'll clobber unset bits in the target that are not in the mask, when the corresponding bit in the given new value is set. Signed-off-by: James C Georgas <jgeorgas@rogers.com> Signed-off-by: Jaroslav Kysela <perex@suse.cz>