Changeset 1485
- Timestamp:
- 11/25/08 02:11:13 (12 years ago)
- Files:
-
- branches/libffado-2.0/src/motu/motu_avdevice.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/src/motu/motu_avdevice.cpp
r1484 r1485 1398 1398 asprintf(&buff,"%s_pbk_MIDI0",id.c_str()); 1399 1399 p = new Streaming::MotuMidiPort(*m_transmitProcessor, buff, 1400 Streaming::Port::E_ Capture, 4);1400 Streaming::Port::E_Playback, 4); 1401 1401 if (!p) { 1402 1402 debugOutput(DEBUG_LEVEL_VERBOSE, "Skipped port %s\n", buff); … … 1650 1650 if (!p) { 1651 1651 debugOutput(DEBUG_LEVEL_VERBOSE, "Skipped port %s\n",name); 1652 } else {1653 /* All ports created are enabled, more or less by definition. If1654 * we don't need a port due to sample rate or device configuration1655 * we don't currently create it. This may change.1656 */1657 p->enable();1658 1652 } 1659 1653 free(name);