Show
Ignore:
Timestamp:
02/03/12 02:35:02 (12 years ago)
Author:
jwoithe
Message:

rme: implement SPDIF input mode selection via ffado-mixer. Whether this has the desired effect on the device remains to be seen - I do not have anything to test the mode of the optical port right now.

Files:

Legend:

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

    r2027 r2032  
    6868            self.level_out_p4dBu:   ['/Control/Output_level', 2], 
    6969            self.level_out_m10dBV:  ['/Control/Output_level', 3], 
     70 
     71            self.spdif_input_coax:    ['/Control/SPDIF_input_mode', 0], 
     72            self.spdif_input_optical: ['/Control/SPDIF_input_mode', 1], 
    7073 
    7174            self.phones_hi_gain: ['/Control/Phones_level', 1], 
  • trunk/libffado/support/mixer-qt4/ffado/mixer/rme.ui

    r2011 r2032  
    474474            <layout class="QVBoxLayout" name="verticalLayout_2"> 
    475475             <item> 
    476               <widget class="QRadioButton" name="radioButton"> 
     476              <widget class="QRadioButton" name="spdif_input_coax"> 
     477               <property name="text"> 
     478                <string>Coax</string> 
     479               </property> 
     480              </widget> 
     481             </item> 
     482             <item> 
     483              <widget class="QRadioButton" name="spdif_input_optical"> 
    477484               <property name="text"> 
    478485                <string>Optical</string> 
    479                </property> 
    480               </widget> 
    481              </item> 
    482              <item> 
    483               <widget class="QRadioButton" name="radioButton_2"> 
    484                <property name="text"> 
    485                 <string>Coax</string> 
    486486               </property> 
    487487              </widget>