cwMidiAlsa.cpp : Added TODO comments.
This commit is contained in:
parent
c94556d4a1
commit
c1a0e7708b
@ -134,11 +134,17 @@ namespace cw
|
||||
|
||||
// if no input
|
||||
if( rc == -EAGAIN )
|
||||
{
|
||||
// TODO: report or at least count error
|
||||
break;
|
||||
}
|
||||
|
||||
// if input buffer overrun
|
||||
if( rc == -ENOSPC )
|
||||
{
|
||||
// TODO: report or at least count error
|
||||
break;
|
||||
}
|
||||
|
||||
// get the device this event arrived from
|
||||
if( p->prvRcvDev==NULL || p->prvRcvDev->clientId != ev->source.client )
|
||||
|
Loading…
Reference in New Issue
Block a user