Show
Ignore:
Timestamp:
04/24/12 20:29:02 (12 years ago)
Author:
jwoithe
Message:

dice: permit the Saffire pro24dsp to be treated the same as a pro24 so the streaming side of the latter can at least be used.

Files:

Legend:

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

    r1827 r2126  
    229229        self.connect(widget.volumeKnob, QtCore.SIGNAL("valueChanged(int)"), self.volumeChanged) 
    230230 
    231         if self.configrom.getModelName() == "SAFFIRE_PRO_24"
     231        if self.configrom.getModelName() == "SAFFIRE_PRO_24" or self.configrom.getModelName() == "SAFFIRE_PRO_24DSP"
    232232            widget.stacked.setCurrentWidget(widget.pagePro24) 
    233233            self.ch1inst = BooleanControl(self.hw, self.hw.basepath + "/EAP/Ch1LineInst")