Index: alsa-kernel/drivers/vx/vx_pcm.c =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/drivers/vx/vx_pcm.c,v retrieving revision 1.4 diff -u -r1.4 vx_pcm.c --- alsa-kernel/drivers/vx/vx_pcm.c 11 Feb 2004 14:35:20 -0000 1.4 +++ alsa-kernel/drivers/vx/vx_pcm.c 21 May 2004 13:01:21 -0000 @@ -413,7 +413,7 @@ if ((err = vx_send_irqa(chip)) < 0) return err; - +#if 0 /* If it completes successfully, wait for the pipes * reaching the expected state before returning * Check one pipe only (since they are synchronous) @@ -428,6 +428,7 @@ if ((i % 4 ) == 0) delay <<= 1; } +#endif return err < 0 ? -EIO : 0; }