That one likely is a known bug in the ALSA OSS emulation, Takashi
recently fixed it.
Gerd
===== sound/core/oss/pcm_oss.c 1.4 vs edited =====
--- 1.4/sound/core/oss/pcm_oss.c Mon Mar 18 16:21:13 2002
+++ edited/sound/core/oss/pcm_oss.c Wed Apr 17 12:00:55 2002
@@ -557,7 +557,7 @@
if (ret < 0)
break;
}
- ret = snd_pcm_lib_read(substream, ptr, frames);
+// ret = snd_pcm_lib_read(substream, ptr, frames);
if (in_kernel) {
mm_segment_t fs;
fs = snd_enter_user();
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/