Changeset 1384

Show
Ignore:
Timestamp:
10/27/08 16:11:25 (15 years ago)
Author:
jwoithe
Message:

MOTU: add placeholder elements to the Ultralite mixer for ADAT channels so requests from the mixer for these channels don't cause out-of-range errors. These may be removed if an efficient way can be found of flagging individual mixer elements as disabled within the python code. It seems at present that if the respective control's container is disabled they are visually disabled but their IsEnable?() method still returns True.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/src/motu/motu_avdevice.cpp

    r1382 r1384  
    324324    {"SPDIF 1", MOTU_CTRL_STD_CHANNEL, 0x0020, }, 
    325325    {"SPDIF 2", MOTU_CTRL_STD_CHANNEL, 0x0024, }, 
     326    {"ADAT 1", MOTU_CTRL_STD_CHANNEL, MOTU_CTRL_NONE, }, 
     327    {"ADAT 2", MOTU_CTRL_STD_CHANNEL, MOTU_CTRL_NONE, }, 
     328    {"ADAT 3", MOTU_CTRL_STD_CHANNEL, MOTU_CTRL_NONE, }, 
     329    {"ADAT 4", MOTU_CTRL_STD_CHANNEL, MOTU_CTRL_NONE, }, 
     330    {"ADAT 5", MOTU_CTRL_STD_CHANNEL, MOTU_CTRL_NONE, }, 
     331    {"ADAT 6", MOTU_CTRL_STD_CHANNEL, MOTU_CTRL_NONE, }, 
     332    {"ADAT 7", MOTU_CTRL_STD_CHANNEL, MOTU_CTRL_NONE, }, 
     333    {"ADAT 8", MOTU_CTRL_STD_CHANNEL, MOTU_CTRL_NONE, }, 
    326334}; 
    327335