X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2Faci.c;h=ac3c481aa1f2f0a8617d685579fd716e8dde97ae;hb=08559aee03be26f1300e0b97f98cf5975095ec7a;hp=7c3d391f64c4d495e359beff231536576f4ecf49;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/sound/oss/aci.c b/sound/oss/aci.c index 7c3d391f6..ac3c481aa 100644 --- a/sound/oss/aci.c +++ b/sound/oss/aci.c @@ -99,7 +99,7 @@ MODULE_PARM(wss,"i"); MODULE_PARM_DESC(wss,"change between ACI/WSS-mixer; use 0 and 1 - untested" " default: do nothing; for PCM1-pro only"); -#ifdef DEBUG +#if DEBUG static void print_bits(unsigned char c) { int j; @@ -184,7 +184,7 @@ static int busy_wait(void) static inline int aci_rawwrite(unsigned char byte) { if (busy_wait() >= 0) { -#ifdef DEBUG +#if DEBUG printk(KERN_DEBUG "aci_rawwrite(%d)\n", byte); #endif outb(byte, COMMAND_REGISTER); @@ -199,7 +199,7 @@ static inline int aci_rawread(void) if (busy_wait() >= 0) { byte=inb(STATUS_REGISTER); -#ifdef DEBUG +#if DEBUG printk(KERN_DEBUG "%d = aci_rawread()\n", byte); #endif return byte;