Show
Ignore:
Timestamp:
02/13/12 03:58:09 (12 years ago)
Author:
jwoithe
Message:

rme: added TCO option to the preferred sync ref control set (it's disabled for the ff400 since the TCO can't be fitted to this interface - it's ff800 only). The preferred sync ref control in ffado-mixer is now active. As for the other sync controls it is yet to be tested with real sync sources connected to the ff400. This completes the first pass of the device controls for the ff400 within ffado-mixer.

Files:

Legend:

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

    r2038 r2040  
    8383            self.clock_mode_autosync: ['/Control/Clock_mode', 1], 
    8484            self.clock_mode_master: ['/Control/Clock_mode', 0], 
     85 
     86            self.sync_ref_wordclk: ['/Control/Sync_ref', 0], 
     87            self.sync_ref_adat1: ['/Control/Sync_ref', 1], 
     88            self.sync_ref_adat2: ['/Control/Sync_ref', 2], 
     89            self.sync_ref_spdif: ['/Control/Sync_ref', 3], 
     90            self.sync_ref_tco: ['/Control/Sync_ref', 4], 
    8591        } 
    8692 
     
    219225            self.sync_check_tco_label.setEnabled(False) 
    220226            self.sync_check_tco_status.setEnabled(False) 
     227            self.sync_ref_tco.setEnabled(False) 
    221228 
    222229        # Only the FF400 has specific channel 3/4 options, input gain 
  • trunk/libffado/support/mixer-qt4/ffado/mixer/rme.ui

    r2038 r2040  
    734734             </item> 
    735735             <item> 
     736              <widget class="QRadioButton" name="sync_ref_tco"> 
     737               <property name="text"> 
     738                <string>TCO</string> 
     739               </property> 
     740              </widget> 
     741             </item> 
     742             <item> 
    736743              <spacer name="verticalSpacer_15"> 
    737744               <property name="orientation">