diff -r 05914789ab43 -r 3bf560f85513 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; }