Changeset 2242
- Timestamp:
- 10/13/12 04:26:09 (10 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/src/dice/focusrite/saffire_pro24.cpp
r2240 r2242 66 66 addSource("SPDIF/In", 6, 2, eRS_AES, 1); 67 67 addSource("ADAT/In", 0, 8, eRS_ADAT, 1); 68 addSource("An alog/In", 0, 4, eRS_InS0, 1);68 addSource("Anlg/In", 0, 4, eRS_InS0, 1); 69 69 addSource("Mixer/Out", 0, 16, eRS_Mixer, 1); 70 addSource("1394 ", 0, 8, eRS_ARX0, 1);70 addSource("1394/In", 0, 8, eRS_ARX0, 1); 71 71 addSource("Mute", 0, 1, eRS_Muted); 72 72 } 73 73 void SaffirePro24::SaffirePro24EAP::setupDestinations_low() { 74 74 addDestination("SPDIF/Out", 6, 2, eRD_AES, 1); 75 addDestination(" Analog/Out", 0, 6, eRD_InS0, 1);75 addDestination("Line/Out", 0, 6, eRD_InS0, 1); 76 76 addDestination("Mixer/In", 0, 16, eRD_Mixer0, 1); 77 77 addDestination("Mixer/In", 0, 2, eRD_Mixer1, 17); 78 addDestination("1394 ", 0, 16, eRD_ATX0, 1);78 addDestination("1394/Out", 0, 16, eRD_ATX0, 1); 79 79 // Is a Mute destination useful ? 80 80 // addDestination("Mute", 0, 1, eRD_Muted); … … 84 84 addSource("SPDIF/In", 6, 2, eRS_AES, 1); 85 85 addSource("ADAT/In", 0, 4, eRS_ADAT, 1); 86 addSource("An alog/In", 0, 4, eRS_InS0, 1);86 addSource("Anlg/In", 0, 4, eRS_InS0, 1); 87 87 addSource("Mixer/Out", 0, 16, eRS_Mixer, 1); 88 addSource("1394 ", 0, 8, eRS_ARX0, 1);88 addSource("1394/In", 0, 8, eRS_ARX0, 1); 89 89 addSource("Mute", 0, 1, eRS_Muted); 90 90 } 91 91 void SaffirePro24::SaffirePro24EAP::setupDestinations_mid() { 92 92 addDestination("SPDIF/Out", 6, 2, eRD_AES, 1); 93 addDestination(" Analog/Out", 0, 6, eRD_InS0, 1);93 addDestination("Line/Out", 0, 6, eRD_InS0, 1); 94 94 addDestination("Mixer/In", 0, 16, eRD_Mixer0, 1); 95 95 addDestination("Mixer/In", 0, 2, eRD_Mixer1, 17); 96 addDestination("1394 ", 0, 12, eRD_ATX0, 1);96 addDestination("1394/Out", 0, 12, eRD_ATX0, 1); 97 97 // Is a Mute destination useful ? 98 98 // addDestination("Mute", 0, 1, eRD_Muted);