Changeset 2097

Show
Ignore:
Timestamp:
03/29/12 13:29:22 (12 years ago)
Author:
adi
Message:

DICE-EAP Undefine Mute destinations for Saffire Pro40 and 24

By Philippe Carriere:

Mute destinations, while existing in the hardware are confusing and not
user meaningful; then avoid to define them in the destinations. If some
usefulness will be provided in the future, just uncommenting the
corresponding line would be required.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/dice/focusrite/saffire_pro24.cpp

    r2051 r2097  
    7777    addDestination("Mixer",  0,  2, eRD_Mixer1, 16); 
    7878    addDestination("1394",   0, 16, eRD_ATX0); 
    79     addDestination("Mute",   0,  1, eRD_Muted); 
     79// Is a Mute destination useful ? 
     80//    addDestination("Mute",   0,  1, eRD_Muted); 
    8081} 
    8182 
     
    9495    addDestination("Mixer",  0,  2, eRD_Mixer1, 16); 
    9596    addDestination("1394",   0, 12, eRD_ATX0); 
    96     addDestination("Mute",   0,  1, eRD_Muted); 
     97// Is a Mute destination useful ? 
     98//    addDestination("Mute",   0,  1, eRD_Muted); 
    9799} 
    98100 
  • trunk/libffado/src/dice/focusrite/saffire_pro40.cpp

    r2058 r2097  
    7878    addDestination("1394",   0,  8, eRD_ATX1, 11); 
    7979    addDestination("Loop",   8,  2, eRD_ATX1, 1); 
    80     addDestination("Mute",   0,  1, eRD_Muted); 
     80// Is a Mute destination useful ? 
     81//    addDestination("Mute",   0,  1, eRD_Muted); 
    8182} 
    8283 
     
    113114    addDestination("1394",   0, 14, eRD_ATX0, 1); 
    114115    addDestination("Loop",   14, 2, eRD_ATX0, 1); 
    115     addDestination("Mute",   0,  1, eRD_Muted); 
     116// Is a Mute destination useful ? 
     117//    addDestination("Mute",   0,  1, eRD_Muted); 
    116118} 
    117119