Show
Ignore:
Timestamp:
06/06/10 04:06:08 (2 years ago)
Author:
jwoithe
Message:

MOTU: fix two typos in the mixer python code. Thanks to Stefan Richter for spotting these.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/support/mixer-qt4/mixer_motu.py

    r1786 r1846  
    707707        # Ultralite and 896HD don't implement them.  All other interfaces have 
    708708        # them over analog 1-8. 
    709         if (self.model==MOTU_MODEL_TRAVELER or self.model==MOTU_MODEL_ULTRALITE or self.model=MOTU_MODEL_896HD): 
     709        if (self.model==MOTU_MODEL_TRAVELER or self.model==MOTU_MODEL_ULTRALITE or self.model==MOTU_MODEL_896HD): 
    710710            self.disable_hide(self.ana1_level) 
    711711            self.disable_hide(self.ana2_level) 
     
    716716            self.disable_hide(self.ana3_boost) 
    717717            self.disable_hide(self.ana4_boost) 
    718         if (self.model==MOTU_MODEL_ULTRALITE or self.model=MOTU_MODEL_896HD): 
     718        if (self.model==MOTU_MODEL_ULTRALITE or self.model==MOTU_MODEL_896HD): 
    719719            self.disable_hide(self.ana5_level) 
    720720            self.disable_hide(self.ana6_level)