Huh, I thought I killed jack for good - no sound at all, just huge amount
of xruns. Luckily it was a false alarm, jack is still live and kicking...
following patch helps to the problem. ;)

--cut--
Index: src/pcm/pcm_hw.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_hw.c,v
retrieving revision 1.94
diff -u -r1.94 pcm_hw.c
--- src/pcm/pcm_hw.c    21 Feb 2002 15:01:34 -0000      1.94
+++ src/pcm/pcm_hw.c    21 Feb 2002 17:02:18 -0000
@@ -653,6 +653,7 @@
                        /* everything is ok, state == SND_PCM_STATE_XRUN at the moment 
*/
                        return -EPIPE;
                }
+               break;
        case SNDRV_PCM_STATE_XRUN:
                return -EPIPE;
        default:
--cut--

-- 
 http://www.eca.cx
 Audio software for Linux!


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to