X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2Fmsnd.h;h=35894807ef7e4af1d3d9bd2c9ef01bbee2814b51;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=73148d2eefe78d154177c3d600ca79bd01e81c42;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/sound/oss/msnd.h b/sound/oss/msnd.h index 73148d2ee..35894807e 100644 --- a/sound/oss/msnd.h +++ b/sound/oss/msnd.h @@ -154,10 +154,11 @@ #define DSPTOPC_BASED(w) (((w) - DSP_BASE_ADDR) * 2) #ifdef SLOWIO -# undef outb -# undef inb -# define outb outb_p -# define inb inb_p +#define msnd_outb outb_p +#define msnd_inb inb_p +#else +#define msnd_outb outb +#define msnd_inb inb #endif /* JobQueueStruct */