Changeset 311
- Timestamp:
- 09/27/06 16:51:48 (17 years ago)
- Files:
-
- branches/libfreebob-2.0/src/motu/motu_avdevice.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libfreebob-2.0/src/motu/motu_avdevice.cpp
r310 r311 818 818 } else { 819 819 if (direction == FreebobStreaming::Port::E_Capture) 820 asprintf(&buff,"dev%d_%s_Mic%d", m_id, mode_str, i+1); 821 else 820 822 asprintf(&buff,"dev%d_%s_MainOut-%c", m_id, mode_str, i==0?'L':'R'); 821 else822 asprintf(&buff,"dev%d_%s_????%d", m_id, mode_str, i+1);823 823 } 824 824 if (!addPort(s_processor, buff, direction, ofs, 0))