Changeset 799

Show
Ignore:
Timestamp:
01/02/08 10:26:00 (16 years ago)
Author:
wagi
Message:

add BridgeCo? Audio5 UI control

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/mixer/mixer.py

    r742 r799  
    2828from mixer_saffire import * 
    2929from mixer_af2 import * 
     30from mixer_bcoaudio5 import * 
    3031import sys 
    3132import dbus 
     
    3940    [(0x00130e, 0x00000000),'SaffireMixer'], 
    4041    [(0x001486, 0x00000af2),'AudioFire2Mixer'], 
     42    [(0x0007f5, 0x00010049),'BCoAudio5Control'], 
    4143    ] 
    4244 
  • trunk/libffado/support/mixer/SConscript

    r772 r799  
    2929        e = env.Clone() 
    3030 
    31         e['MIXERAPPS'] = [ 'phase24', 'phase88', 'saffirepro', 'saffire', 'af2', 'aktest' ] 
     31        e['MIXERAPPS'] = [ 'phase24', 'phase88', 'saffirepro', 'saffire', 'af2', 'bcoaudio5', 'aktest' ] 
    3232        e['PYTHONDIR'] = Template( os.path.join( e['SHAREDIR'], 'python' ) ).safe_substitute( e ) 
    3333