ALSA: pcxhr.h replace signed one-bit bitfields
authorHarvey Harrison <harvey.harrison@gmail.com>
Thu, 19 Feb 2009 19:58:37 +0000 (11:58 -0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 20 Feb 2009 07:02:37 +0000 (08:02 +0100)
commite32740d9786b8a6c54f6e3d670567d9ef57b3b8c
tree863544203817e4ceb5dfcd10e0c921f77c8067f2
parent402a917aca5daca69fcc91f43e6f1e6939cf393b
ALSA: pcxhr.h replace signed one-bit bitfields

The usage and comments make it clear values of 1/0 were intended
rather than -1/0

Noticed by sparse:
sound/pci/pcxhr/pcxhr.h:100:20: error: dubious one-bit signed bitfield
sound/pci/pcxhr/pcxhr.h:101:22: error: dubious one-bit signed bitfield
sound/pci/pcxhr/pcxhr.h:102:24: error: dubious one-bit signed bitfield
sound/pci/pcxhr/pcxhr.h:103:21: error: dubious one-bit signed bitfield
sound/pci/pcxhr/pcxhr.h:104:25: error: dubious one-bit signed bitfield
sound/pci/pcxhr/pcxhr.h:105:20: error: dubious one-bit signed bitfield

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/pcxhr/pcxhr.h