fix for bug 877
authorJohn Kern <johnk@symbian.org>
Thu, 12 Nov 2009 14:39:23 -0800
changeset 20 3bf560f85513
parent 19 05914789ab43
child 21 8374da225e88
child 26 ba5cb42d7f02
child 36 a587897e3bb2
fix for bug 877
baseport/syborg/soundsc/shared_txsound.cpp
--- 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;
 		}