Changeset 1745
- Timestamp:
- 12/04/09 02:44:43 (2 years ago)
- Files:
-
- branches/libffado-2.0/src/motu/motu_avdevice.cpp (modified) (2 diffs)
- branches/libffado-2.0/src/motu/motu_avdevice.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/src/motu/motu_avdevice.cpp
r1743 r1745 1081 1081 quadlet_t isoctrl = ReadRegister(MOTU_REG_ISOCTRL); 1082 1082 1083 if (m_motu_model == MOTU_MODEL_828MkI) { 1084 // The 828MkI device does this differently. 1085 // To be implemented 1086 return false; 1087 } 1088 1083 1089 // NOTE: this assumes that you have two streams 1084 1090 switch (i) { … … 1132 1138 // TODO: connection management: break connection 1133 1139 // cfr the start function 1140 1141 if (m_motu_model == MOTU_MODEL_828MkI) { 1142 // The 828MkI device does this differently. 1143 // To be implemented 1144 return false; 1145 } 1134 1146 1135 1147 // NOTE: this assumes that you have two streams branches/libffado-2.0/src/motu/motu_avdevice.h
r1743 r1745 92 92 /* Device register definitions for the earliest generation devices */ 93 93 #define MOTU_G1_REG_CONFIG 0x0b00 94 #define MOTU_G1_REG_ISOCTRL 0x0b10 94 95 95 96 /* There's an unknown subtlety regarding the optical mode of the "generation
