Changeset 2819 for trunk/libffado/src/dice
- Timestamp:
- 12/10/21 03:09:43 (1 year ago)
- Files:
-
- trunk/libffado/src/dice/maudio/profire_2626.cpp (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/src/dice/maudio/profire_2626.cpp
r2803 r2819 59 59 addSource("SPDIF/In", 14, 2, eRS_AES, 1); 60 60 addSource("Mixer/Out", 0, 16, eRS_Mixer, 1); 61 addSource("1394/In", 0, 1 6, eRS_ARX0, 1);62 addSource("1394/In", 0, 1 0, eRS_ARX1, 17);61 addSource("1394/In", 0, 10, eRS_ARX0, 1); 62 addSource("1394/In", 0, 16, eRS_ARX1, 11); 63 63 addSource("Mute", 0, 1, eRS_Muted); 64 64 } … … 72 72 addDestination("Mixer/In", 0, 16, eRD_Mixer0, 1); 73 73 addDestination("Mixer/In", 0, 2, eRD_Mixer1, 17); 74 addDestination("1394/Out", 0, 1 6, eRD_ATX0, 1);75 addDestination("1394/Out", 0, 1 0, eRD_ATX1,1);74 addDestination("1394/Out", 0, 10, eRD_ATX0, 1); 75 addDestination("1394/Out", 0, 16, eRD_ATX1, 11); 76 76 addDestination("Mute", 0, 1, eRD_Muted); 77 77 } … … 84 84 addSource("SPDIF/In", 14, 2, eRS_AES, 1); 85 85 addSource("Mixer/Out", 0, 16, eRS_Mixer, 1); 86 addSource("1394/In", 0, 1 6, eRS_ARX0, 1);87 addSource("1394/In", 0, 10, eRS_ARX1, 17);86 addSource("1394/In", 0, 10, eRS_ARX0, 1); 87 addSource("1394/In", 0, 8, eRS_ARX1, 11); 88 88 addSource("Mute", 0, 1, eRS_Muted); 89 89 } … … 97 97 addDestination("Mixer/In", 0, 16, eRD_Mixer0, 1); 98 98 addDestination("Mixer/In", 0, 2, eRD_Mixer1, 17); 99 addDestination("1394/Out", 0, 1 6, eRD_ATX0, 1);100 addDestination("1394/Out", 0, 10, eRD_ATX1,1);99 addDestination("1394/Out", 0, 10, eRD_ATX0, 1); 100 addDestination("1394/Out", 0, 8, eRD_ATX1, 11); 101 101 addDestination("Mute", 0, 1, eRD_Muted); 102 102 } … … 109 109 addSource("SPDIF/In", 14, 2, eRS_AES, 1); 110 110 addSource("Mixer/Out", 0, 16, eRS_Mixer, 1); 111 addSource("1394/In", 0, 16, eRS_ARX0, 1);112 addSource("1394/In", 0, 10, eRS_ARX1, 17);111 addSource("1394/In", 0, 8, eRS_ARX0, 1); 112 addSource("1394/In", 0, 6, eRS_ARX1, 9); 113 113 addSource("Mute", 0, 1, eRS_Muted); 114 114 } … … 122 122 addDestination("Mixer/In", 0, 16, eRD_Mixer0, 1); 123 123 addDestination("Mixer/In", 0, 2, eRD_Mixer1, 17); 124 addDestination("1394/Out", 0, 16, eRD_ATX0, 1);125 addDestination("1394/Out", 0, 10, eRD_ATX1, 1);124 addDestination("1394/Out", 0, 8, eRD_ATX0, 1); 125 addDestination("1394/Out", 0, 6, eRD_ATX1, 9); 126 126 addDestination("Mute", 0, 1, eRD_Muted); 127 127 }