Recently my system upgraded the kernel from 3.0.0-14 to 3.0.0-15
and Oricutron (version 0.8 ) became intolerably slow. It is so slow
I cannot play Zorgons anymore

Running "top" I saw pulseaudio consuming all CPU resources. I guess
SDL is to blaim but I am reporting this anyway. The following is the
output of ldd oricutron (not sure if it makes anything clearer):
linux-gate.so.1 => (0x005a8000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x00f1c000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0x00a30000)
libasound.so.2 => /usr/lib/i386-linux-gnu/libasound.so.2 (0x00110000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0x0066d000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0x006d1000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0x00201000)
/lib/ld-linux.so.2 (0x00c39000)
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0x00cd1000)
V.