Changeset 1873

Show
Ignore:
Timestamp:
08/01/10 04:51:40 (14 years ago)
Author:
jwoithe
Message:

MOTU: fix a bug in the MOTU mixer which caused ffadomixer to crash out with a python error. The bug was added in r1840 - sorry about that. Thanks to Luke Yelavich for posting a debug trace which unearthed this bug.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/mixer-qt4/ffado/mixer/motu.py

    r1840 r1873  
    570570        # For the moment none of the "Mk3" (aka Generation-3) devices are 
    571571        # supported by ffado-mixer. 
    572         if (self.model==MOTU_MODEL_828mk3 or self.mode==MOTU_MODEL_ULTRALITEmk3 or self.mode==MOTU_MODEL_ULTRALITEmk3_HYB): 
     572        if (self.model==MOTU_MODEL_828mk3 or self.model==MOTU_MODEL_ULTRALITEmk3 or self.model==MOTU_MODEL_ULTRALITEmk3_HYB): 
    573573            log.debug("Generation-3 MOTU devices are not yet supported by ffado-mixer") 
    574574            return