Show
Ignore:
Timestamp:
04/19/09 06:39:40 (15 years ago)
Author:
ppalmers
Message:

- Fix bug in dice transmit channel detection
- Implement snoop mode for DICE

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/genericavc/avc_avdevice.cpp

    r1535 r1539  
    508508bool 
    509509AvDevice::prepare() { 
    510     bool snoopMode=false; 
     510    bool snoopMode = false; 
    511511    Util::MutexLockHelper lock(m_DeviceMutex); 
    512512    if(!getOption("snoopMode", snoopMode)) { 
     
    595595                                  inputPlug->getNrOfChannels()); 
    596596    } else { 
    597         Streaming::AmdtpTransmitStreamProcessor * t; 
    598         t=new Streaming::AmdtpTransmitStreamProcessor(*this, 
     597        Streaming::AmdtpTransmitStreamProcessor *t; 
     598        t = new Streaming::AmdtpTransmitStreamProcessor(*this, 
    599599                                inputPlug->getNrOfChannels()); 
    600600        #if AMDTP_ALLOW_PAYLOAD_IN_NODATA_XMIT