[patch] signed char fix for awe driver

From: Philip Blundell (Philip.Blundell@pobox.com)
Date: Sun Jun 11 2000 - 10:30:42 EST


--- linux/include/linux/awe_voice.h Sun Apr 30 11:16:01 2000
+++ linux/include/linux/awe_voice.h Sat Apr 1 13:00:41 2000
@@ -173,10 +173,10 @@ typedef struct _awe_voice_info {
 
         short root; /* midi root key */
         short tune; /* pitch tuning (in cents) */
- char low, high; /* key note range */
- char vellow, velhigh; /* velocity range */
- char fixkey, fixvel; /* fixed key, velocity */
- char pan, fixpan; /* panning, fixed panning */
+ signed char low, high; /* key note range */
+ signed char vellow, velhigh; /* velocity range */
+ signed char fixkey, fixvel; /* fixed key, velocity */
+ signed char pan, fixpan; /* panning, fixed panning */
         short exclusiveClass; /* exclusive class (0 = none) */
         unsigned char amplitude; /* sample volume (127 max) */
         unsigned char attenuation; /* attenuation (0.375dB) */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jun 15 2000 - 21:00:23 EST