Changeset 1635

Show
Ignore:
Timestamp:
08/28/09 05:55:11 (14 years ago)
Author:
jwoithe
Message:

MOTU: make the MOTU driver aware of the new mixer definition for the 8pre.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/src/motu/motu_avdevice.cpp

    r1579 r1635  
    314314    { Ports_TRAVELER,  N_ELEMENTS( Ports_TRAVELER ),  192000, &Mixer_Traveler, NULL, }, 
    315315    { Ports_ULTRALITE, N_ELEMENTS( Ports_ULTRALITE ),  96000, &Mixer_Ultralite, NULL, }, 
    316     { Ports_8PRE,      N_ELEMENTS( Ports_8PRE ),       96000 }, 
     316    { Ports_8PRE,      N_ELEMENTS( Ports_8PRE ),       96000, &Mixer_8pre, NULL, }, 
    317317    { Ports_828MKI,    N_ELEMENTS( Ports_828MKI ),     48000 }, 
    318318    { Ports_896HD,     N_ELEMENTS( Ports_896HD ),     192000, &Mixer_896HD, NULL, }, 
  • branches/libffado-2.0/src/motu/motu_mixerdefs.h

    r1579 r1635  
    3838extern const MotuMixer Mixer_828Mk2; 
    3939extern const MotuMixer Mixer_896HD; 
     40extern const MotuMixer Mixer_8pre; 
    4041 
    4142}