X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2Fdmasound%2Fdmasound.h;h=1d65e18d727b83400a2a8b740c920210ad2f0924;hb=720b94a4e7548e78be55ab8fd3be4686c57dc808;hp=371530fa56754c028b6eaed95c67a804fd95f856;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/sound/oss/dmasound/dmasound.h b/sound/oss/dmasound/dmasound.h index 371530fa5..1d65e18d7 100644 --- a/sound/oss/dmasound/dmasound.h +++ b/sound/oss/dmasound/dmasound.h @@ -267,12 +267,6 @@ extern int dmasound_catchRadius; */ #define BS_VAL 1 -static inline void wait_ms(unsigned int ms) -{ - current->state = TASK_UNINTERRUPTIBLE; - schedule_timeout(1 + ms * HZ / 1000); -} - #define SW_INPUT_VOLUME_SCALE 4 #define SW_INPUT_VOLUME_DEFAULT (128 / SW_INPUT_VOLUME_SCALE)