no action when xrun is detected, just display warning

This commit is contained in:
niels
2015-04-25 15:46:09 +02:00
parent 7466876db6
commit 3c7b9c3610

View File

@@ -504,8 +504,6 @@ JACK_xrun_callback(void *arg)
{
jack_driver_t *drv = (jack_driver_t *) arg;
// JACK_ResetBuffer(drv->deviceID);
JACK_SetState(drv->deviceID, PAUSED);
veejay_msg(1, "xrun detected. You are doing too much");
return 0;