--- a/baseport/syborg/soundsc/shared_txsound.cpp Thu Nov 12 09:14:36 2009 -0800
+++ b/baseport/syborg/soundsc/shared_txsound.cpp Thu Nov 12 14:39:23 2009 -0800
@@ -273,9 +273,9 @@
// The data transfer direction for this unit is play
iCaps.iDirection = ESoundDirPlayback;
}
- else if(iUnitType == KSoundScTxUnit0)
+ else if(iUnitType == KSoundScRxUnit0)
{
- // The data transfer direction for this unit is play
+ // The data transfer direction for this unit is record
iCaps.iDirection = ESoundDirRecord;
}