baseport/syborg/soundsc/shared_txsound.cpp
changeset 22 3bf560f85513
parent 18 0b7d3b28f025
child 23 8374da225e88
--- 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;
 		}