X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2Ftrident.c;h=e5e14cf5c6d340d7b91e4cf23aaa7847dee050ab;hb=eb643825dab24bf61fe40ea800c5be013315220d;hp=cd11ef2b3417ff22415a15007c8af1a3d63f4b66;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/sound/oss/trident.c b/sound/oss/trident.c index cd11ef2b3..e5e14cf5c 100644 --- a/sound/oss/trident.c +++ b/sound/oss/trident.c @@ -4294,7 +4294,7 @@ trident_game_open(struct gameport *gameport, int mode) switch (mode) { case GAMEPORT_MODE_COOKED: outb(0x80, TRID_REG(card, T4D_GAME_CR)); - wait_ms(20); + msleep(20); return 0; case GAMEPORT_MODE_RAW: outb(0x00, TRID_REG(card, T4D_GAME_CR));