commit | 10107bd04fc88657204ca40af2ace33626496fd3 | [log] [tgz] |
---|---|---|
author | Simon Arlott <simon@fire.lp0.eu> | Thu Apr 23 18:19:02 2009 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri May 08 19:34:56 2009 -0700 |
tree | fd943175cef02caf821fb9e4d1316787f1c2fdfe | |
parent | 091bf7624d1c90cec9e578a18529f615213ff847 [diff] |
USB: cxacru: Fix negative dB output Values of dB between -0.99 and -0.01 will be output with the wrong sign. This converts the negative value to positive and outputs it with a "-" prefix. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>