Changeset 2480

Show
Ignore:
Timestamp:
02/12/14 15:14:56 (10 years ago)
Author:
jwoithe
Message:

motu: add an extra two channel slots in the 4pre output packet to see if the device expects this (the previous 8-channel packet was not parsed correctly by the 4pre). An aside: r2479 has been confirmed to correctly interpret the packets sent by the 4pre at 1x rates, allowing experimentation with the output format now.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/motu/motu_avdevice.cpp

    r2479 r2480  
    768768    {"Main-%s", 2, MOTU_PA_OUT | MOTU_PA_RATE_ANY|MOTU_PA_OPTICAL_ANY, 0, }, 
    769769    {"SPDIF%d", 2, MOTU_PA_INOUT | MOTU_PA_RATE_1x2x|MOTU_PA_OPTICAL_ANY, 6, }, 
    770     {"Extra-%d", 2, MOTU_PA_IN | MOTU_PA_RATE_1x2x|MOTU_PA_OPTICAL_ANY, 7, }, 
     770    {"Extra-%d", 2, MOTU_PA_INOUT | MOTU_PA_RATE_1x2x|MOTU_PA_OPTICAL_ANY, 7, }, 
    771771}; 
    772772